-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 949 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
36
{
"name": "bem-core-models",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "git://github.com/birhoff/bem-core-models.git"
},
"bugs": "https://github.com/birhoff/bem-core-models/issues",
"engines": {
"node": ">=0.10"
},
"dependencies": {
"bem-environ": "^1.4.0"
},
"devDependencies": {
"bem-naming": "^0.5.1",
"bower": "^1.8.0",
"bower-npm-install": "^0.5.10",
"enb": "^1.1.2",
"enb-bem-specs": "^0.11.0",
"enb-bem-techs": "^2.2.1",
"enb-bem-tmpl-specs": "^1.3.3",
"enb-bemxjst": "^8.10.4",
"enb-borschik": "^2.3.0",
"enb-magic-factory": "^0.6.0",
"enb-magic-platform": "^0.6.0",
"enb-modules": "^0.2.0",
"enb-stylus": "^2.2.0",
"ym": "^0.1.2"
},
"scripts": {
"test": "npm run deps && magic run specs && npm run tmpl-specs",
"deps": "bower i --allow-root",
"tmpl-specs": "rm -rf ./common.tmpl-specs && magic run tmpl-specs"
}
}