-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.33 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "bem-techs-core",
"version": "0.3.1",
"description": "Core bem tech modules",
"main": "index.js",
"contributors": [
"Dmitry Filatov <dfilatov@yandex-team.ru>",
"Dmitry Unkovsky <oil.crayons@gmail.com>",
"Fedor Indutny <fedor.indutny@gmail.com>",
"Misha Berezin <mishaberezin@gmail.com>",
"Sergey Belov <peimei@ya.ru>",
"Sergey Berezhnoy <veged@mail.ru>",
"Sergey Tatarintsev <sevinf@yandex-team.ru>",
"Vladimir Grinenko <i@tadatuta.com>",
"Vladimir Varankin <nek.narqo+git@gmail.com>"
],
"scripts": {
"test": "mocha",
"test-watch": "mocha --watch"
},
"repository": {
"type": "git",
"url": "git://github.com/bem/bem-techs-core.git"
},
"bugs": {
"url": "https://github.com/bem/bem-techs-core/issues"
},
"devDependencies": {
"mocha": "~1.12.0",
"chai": "~1.7.2",
"bem-smoke": "~0.3.0",
"bem": "~1.0.0-alpha4",
"sinon": "~1.7.3",
"sinon-chai": "~2.4.0",
"jshint": "~2.1.10"
},
"peerDependencies": {
"bem": "~1.0.0"
},
"dependencies": {
"ym": "0.0.9",
"bemhtml-compat": "0.0.10",
"bem-xjst": "~0.3.1",
"dom-js": "0.0.9"
},
"directories": {
"test": "test"
},
"keywords": [
"bem",
"bem-core",
"techs",
"bemhtml",
"vanilla.js",
"browser.js",
"vanilla.js"
],
"license": "MIT"
}