-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.08 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
{
"author": "Andrew Abramov <[email protected]>",
"name": "enb-bem-sets",
"version": "0.5.3",
"description": "BEM sets for ENB",
"repository": "git://github.com/enb-bem/enb-bem-sets",
"homepage": "https://github.com/enb-bem/enb-bem-sets",
"bugs": "https://github.com/enb-bem/enb-bem-sets/issues",
"licenses": [{
"type": "MIT",
"url": "https://github.com/enb-bem/enb-bem-sets/blob/master/LICENSE"
}],
"contributors": [
{
"name": "Andrew Abramov",
"email": "[email protected]"
}
],
"engines": {
"node": ">= 0.10.0"
},
"peerDependencies": {
"enb": ">= 0.13.0"
},
"dependencies": {
"coa": "0.4.1",
"vow": "0.4.5",
"inherit": "2.2.2",
"connect": "2.19.1",
"send": "0.4.1",
"mime": "1.2.9",
"colors": "0.6.2"
},
"devDependencies": {
"enb": ">= 0.13.0",
"enb-validate-code": "0.0.1",
"jshint": "2.5.2",
"jscs": "1.4.5"
},
"main": "lib/index.js",
"bin": {
"sets": "bin/sets.js"
},
"scripts": {
"test": "npm run lint",
"lint": "jshint . && jscs -c .jscs.js ."
}
}