-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.1 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
{
"author" : "Marat Dulin <[email protected]>",
"description" : "Faster BEM tools",
"name" : "enb",
"version" : "0.8.11",
"repository" : "https://github.com/enb-make/enb",
"contributors" : [
{
"name": "Marat Dulin",
"email": "[email protected]"
},
{
"name": "BEM Tools",
"url": "http://bem.info"
}
],
"engines" : {
"node": ">= 0.8.0"
},
"dependencies" : {
"vow": ">=0.3.3",
"vow-fs": ">=0.1.12",
"inherit": ">=1.0.4",
"colors": ">=0.6.0",
"stylus": "0.32.1",
"dom-js": "0.0.9",
"express": "3.1.0",
"commander": "1.1.1",
"csso": "1.3.7",
"uglify-js": "~1.3.0",
"mime": "1.2.9",
"sibling": ">=0.0.3",
"borschik": "0.2.8",
"madify": ">=0.0.1",
"mad": ">=0.4.0",
"graceful-fs": "1.2.1"
},
"devDependencies" : {
"jshint": "2.1.3"
},
"bin" : {
"enb" : "./bin/enb"
},
"scripts": {
"test" : "./node_modules/.bin/jshint ."
}
}