-
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 <[email protected]>",
"Dmitry Unkovsky <[email protected]>",
"Fedor Indutny <[email protected]>",
"Misha Berezin <[email protected]>",
"Sergey Belov <[email protected]>",
"Sergey Berezhnoy <[email protected]>",
"Sergey Tatarintsev <[email protected]>",
"Vladimir Grinenko <[email protected]>",
"Vladimir Varankin <[email protected]>"
],
"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"
}