-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 992 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
38
39
40
41
{
"name": "enb-bevis",
"version": "1.10.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 techs"
},
"repository": {
"type": "git",
"url": "git://github.com/enb-make/enb-bevis.git"
},
"author": "Marat Dulin",
"license": "MIT",
"bugs": {
"url": "https://github.com/enb-make/enb-bevis/issues"
},
"homepage": "https://github.com/enb-make/enb-bevis",
"peerDependencies": {
"enb": ">=0.13.2"
},
"devDependencies": {
"jscs": "~1.2.4",
"jshint": "~2.4.2",
"enb": ">=0.13.2",
"enb-validate-code": "0.0.1"
},
"dependencies": {
"enb-borschik" : "1.5.1",
"enb-source-map": "^1.3.1",
"inherit": "^2.2.1",
"js-yaml": "3.0.2",
"unit-coverage": "^3.0.0",
"vow": "0.4.3",
"vow-fs": "0.3.1",
"ym": "^0.1.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}