forked from bem/bem-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 915 Bytes
/
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
{
"name": "bem-core",
"version": "1.1.0",
"private": true,
"description": "bem-core Library",
"repository": {
"type": "git",
"url": "git://github.com/bem/bem-core.git"
},
"keywords": [
"bem",
"core"
],
"author": "Sergey Belov <[email protected]>",
"license": "MIT",
"dependencies": {
"ym": "0.0.12",
"bem-xjst": "0.4.0",
"bemhtml-compat": "~0.0.4",
"bem-environ": "~1.2.0"
},
"devDependencies": {
"bem": "~0.7.2",
"mocha": "~1.9.0",
"jshint": "2.1.8",
"jshint-groups": "0.5.1",
"jscs": "1.0.0",
"git-hooks": "0.0.3"
},
"scripts": {
"libs": "bem make libs",
"bem-test": "npm run libs && bem make sets",
"test": "npm run bem-test && mocha --ui tdd --reporter spec common.blocks/i-bem/i-bem.test.bemhtml/*-test.js common.blocks/i-bem/__i18n/test/*-test.js common.blocks/i-bem/__i18n/i-bem__i18n.test.bemhtml/*-test.js"
}
}