-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.03 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
{
"name": "optimize",
"version": "0.1.6",
"description": "optimize",
"author": "Jade.Zhang",
"os": ["Windows", "Mac","Ubuntu", "win32"],
"contributors": [
"Jade.Zhang"
],
"engines": {
"node" : ">=0.6.6"
},
"dependencies" : {
"commander": "" ,
"wrench": "" ,
"handlebars":"",
"uglifycss":"",
"uglify-js":"",
"async":"",
"underscore": "~1.2.4",
"jslint":"",
"csslint":"",
"esprima":""
},
"directories": {
"lib" : "lib"
},
"main": "bin/optimize.js",
"bin": {
"optimize": "cli"
},
"licenses":[
{
"type" : "MIT",
"url" : ""
}
],
"repository": {
"type":"git",
"url":"http://github.com/zjhiphop/optimize.git"
}
}