forked from bem-site/bem.info
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.53 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
{
"name": "bem.info",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "[email protected]:bem-site/bem.info.git"
},
"engines": {
"node": ">=4.1"
},
"devDependencies": {
"bem-lib-site-data": "bem-site/bem-lib-site-data",
"borschik": "^1.5.2",
"borschik-tech-cleancss": "^1.0.3",
"bower": "^1.7.7",
"browser-sync": "^2.11.1",
"enb": "^1.2.0",
"enb-bem-i18n": "^1.1.1",
"enb-bem-techs": "^2.2.1",
"enb-bemxjst": "^6.2.1",
"enb-bemxjst-i18n": "tadatuta/enb-bemxjst-i18n#bemtree-nextgen",
"enb-borschik": "^2.3.0",
"enb-css": "^1.1.0",
"enb-js": "^1.1.0",
"enb-modules": "^0.2.0",
"enb-stylus": "^2.2.0",
"eslint": "^2.4.0",
"eslint-config-pedant": "^0.1.1",
"eslint-plugin-bem-xjst": "^1.0.1",
"gorshochek": "bem-site/gorshochek#issues/53-2",
"gulp": "gulpjs/gulp#4.0",
"gulp-batch": "^1.0.5",
"gulp-csscomb": "^3.0.6",
"gulp-watch": "^4.3.5",
"highlight.js": "^9.1.0",
"jscs": "^2.9.0",
"lodash": "^4.2.1",
"marked": "^0.3.5",
"marked-renderer-heading-anchors": "vithar/marked-renderer-heading-anchors",
"q": "^1.4.1",
"rimraf": "^2.5.2",
"stylus": "^0.54.2",
"ym": "^0.1.2"
},
"scripts": {
"test": "npm run lint",
"postinstall": "[ \"$NODE_ENV\" != 'production' ] && npm run deps || true && npm run compile-stylus",
"deps": "bower i",
"compile-stylus": "cd libs/bem-components && find . -iname '*.styl' | xargs stylus && cd -",
"lint": "eslint . && jscs ."
},
"private": true
}