forked from bem-contrib/bem-social
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.21 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
{
"author": "Ivan Voischev",
"name": "bem-social",
"description": "BEM Social Components Library",
"repository": {
"type": "git",
"url": "https://github.com/bem-incubator/bem-social"
},
"keywords": [
"bem",
"social",
"blocks"
],
"engines": {
"node": ">=0.10"
},
"dependencies": {
"bem-environ": "^1.4.0"
},
"devDependencies": {
"borschik": "^1.4.1",
"borschik-tech-cleancss": "^2.0.1",
"bower": "^1.3.12",
"enb": "^0.17.2",
"enb-autoprefixer": "^0.3.0",
"enb-bem-techs": "^2.0.0",
"enb-bem-tmpl-specs": "^0.13.0",
"enb-bemxjst": "^2.0.0",
"enb-bh": "^0.5.0",
"enb-borschik": "^2.0.0",
"enb-diverse-js": "^0.1.0",
"enb-magic-platform": "^0.5.0",
"enb-modules": "^0.2.0",
"enb-stylus": "^2.0.0",
"bh": "^3.3.0",
"ym": "^0.1.0",
"csscomb": "~2.0.5",
"git-hooks": "0.0.7",
"jscs": "1.5.3",
"jshint": "2.3.0",
"jshint-groups": "0.6.0"
},
"scripts": {
"start": "magic server",
"deps": "bower install --non-interactive",
"lint": "jshint-groups && jscs . && csscomb -vl .",
"tmpl-specs": "magic run tmpl-specs",
"compiled": "find . -iname '*.styl' | xargs stylus"
},
"private": true
}