-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.05 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
{
"name": "bem-lib-site-view",
"version": "0.0.6",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/bem-site/bem-lib-site-view.git"
},
"scripts": {
"prepublish": "enb make",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Vladimir Grinenko <i@tadatuta.com>",
"license": "MPL-2.0",
"bin": {
"bem-lib-site-view": "./bin/bem-lib-site-view"
},
"files": [
"bin",
"desktop.bundles/**",
"*.blocks",
"lib",
"index.js"
],
"dependencies": {
"bem-config": "^3.0.0",
"bem-naming": "^1.0.1",
"cpy": "^4.0.1",
"del": "^2.2.1",
"github-slugger": "^1.1.1",
"highlight.js": "9.14.2",
"js-beautify": "^1.6.3",
"lodash": "^4.13.1",
"marked": "^0.3.6",
"mkdirp": "^0.5.1",
"node-eval": "^1.0.2"
},
"devDependencies": {
"bem-components": "^6.0.1",
"bem-core": "^3.2.1",
"enb": "^1.5.1",
"enb-bem-techs": "^2.2.2",
"enb-bemxjst": "^8.6.7",
"enb-js": "^1.1.1",
"enb-stylus": "^2.4.0"
}
}