-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
55 lines (55 loc) · 1.32 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
54
55
{
"name": "bem-forms",
"version": "2.0.0",
"keywords": [
"bem",
"forms"
],
"repository": {
"type": "git",
"url": "https://github.com/bem-incubator/bem-forms"
},
"bugs": {
"url": "http://github.com/bem-incubator/bem-forms/issues"
},
"dependencies": {
"bem-environ": "1.4.0",
"bower": "^1.7.1"
},
"devDependencies": {
"bem-naming": "0.5.1",
"bh": "3.3.0",
"borschik-tech-cleancss": "2.0.1",
"enb": "^1.2.0",
"enb-bem-docs": "^0.11.0",
"enb-bem-examples": "^1.0.1",
"enb-bem-specs": "^0.9.0",
"enb-bem-techs": "^2.2.1",
"enb-bem-tmpl-specs": "^1.2.0",
"enb-bemxjst": "^6.4.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.6.0",
"enb-modules": "^0.2.0",
"enb-stylus": "^2.3.2",
"git-hooks": "0.0.10",
"http-server": "^0.8.0",
"istanbul": "0.3.8",
"jscs": "^2.11.0",
"jscs-bem": "^0.2.0",
"jshint": "2.6.3",
"jshint-groups": "^0.7.0"
},
"scripts": {
"postinstall": "npm run deps",
"start": "enb server",
"deps": "bower i",
"lint": "jshint-groups && jscs .",
"specs": "enb make specs",
"docs": "enb make docs",
"tmpls": "enb make specs",
"coverage": "ISTANBUL_COVERAGE=yes npm run specs"
}
}