-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 951 Bytes
/
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
{
"name": "enb-bevis-helper",
"version": "3.2.0",
"scripts": {
"test": "npm run-script jshint && npm run-script check-style",
"jshint": "jshint .",
"check-style": "jscs -c node_modules/enb-validate-code/jscs.json index.js"
},
"repository": {
"type": "git",
"url": "git://github.com/enb-make/enb-bevis-helper.git"
},
"author": "Marat Dulin",
"license": "MIT",
"bugs": {
"url": "https://github.com/enb-make/enb-bevis-helper/issues"
},
"homepage": "https://github.com/enb-make/enb-bevis-helper",
"peerDependencies": {
"enb": ">=0.13.4",
"enb-bevis": "^1.3.0",
"enb-bt": "^3.0.0",
"enb-stylus": "^1.0.0",
"enb-autopolyfiller": "^1.2.0",
"enb-y-i18n": "^1.0.1",
"enb-modernizr": "^1.1.5",
"enb-borschik": "^1.0.4"
},
"devDependencies": {
"jscs": "~1.2.4",
"jshint": "~2.4.2",
"enb-validate-code": "0.0.1"
},
"dependencies": {
"inherit": "^2.2.2"
}
}