-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.37 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
{
"name": "bem-lib-site-data",
"version": "0.0.7",
"description": "Collects data of BEM blocks library for bem-lib-site module",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/bem-site/bem-lib-site-data.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"bem-lib-site-data": "./bin/bem-lib-site-data"
},
"author": "Vladimir Grinenko <[email protected]>",
"license": "MPL-2.0",
"dependencies": {
"beautify": "0.0.8",
"bem-blocks-introspect": "^2.0.1",
"bem-config": "^3.0.0",
"bem-md-renderer": "^0.3.1",
"bem-naming": "^1.0.1",
"bem-walk": "^1.0.0-1",
"bower": "^1.7.9",
"bower-endpoint-parser": "^0.2.2",
"del": "^2.2.2",
"enb": "^1.4.0",
"enb-bem-docs": "^0.13.0",
"enb-bem-examples": "^1.0.2",
"enb-bem-techs": "^2.2.1",
"enb-bemxjst": "^6.5.1",
"enb-bemxjst-1x": "^2.2.0",
"enb-bh": "^1.2.0",
"enb-borschik": "^2.4.0",
"enb-js": "^1.1.0",
"enb-magic-factory": "^0.5.0",
"enb-magic-platform": "^0.7.0",
"enb-modules": "^0.3.0",
"enb-stylus": "^2.4.0",
"enb-xjst": "^2.1.0",
"glob": "^7.0.6",
"highlight.js": "^9.10.0",
"js-beautify": "^1.6.12",
"mkdirp": "^0.5.1",
"mv": "^2.1.1",
"node-eval": "^1.1.0",
"pinkie-promise": "^2.0.1",
"stringify-object": "^3.2.0"
}
}