forked from colorhook/att
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.28 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
49
50
51
{
"name": "att",
"version": "3.0.0beta3",
"description": "an Auto Task Tool for Web Developers",
"keywords": ["att", "web build", "minify", "web performance"],
"bin" : { "att" : "./bin/att" },
"main": "att.js",
"engines": {
"node" : ">=0.6.3"
},
"author": "colorhook <colorhook@gmail.com>",
"maintainers": [{
"name": "colorhook",
"email": "colorhook@gmail.com",
"url": "http://colorhook.com"
}],
"bugs": {
"email": "colorhook@gmail.com",
"url": "http://github.com/colorhook/att/issues"
},
"dependencies": {
"node-jsxml": "~0.2.0",
"node-properties-parser": "~0.0.2",
"node-fs": "~0.1.3",
"wrench": "~1.3.8",
"minimatch": "~0.2",
"glob": "~3.1.9",
"optimist": "~0.3.4",
"commander": "~0.6.0",
"uglify-js": "~1.2.6",
"clean-css": "~0.3.2",
"less": "~1.3.0",
"html-minifier": "~0.4.5",
"node-smushit": "~0.1.0",
"mailer": "~0.6.7",
"ftp": "~0.1.2",
"jshint": "~0.7.1",
"csslint": "~0.9.8"
},
"homepage": "https://github.com/colorhook/att",
"repository" : {
"type" : "git",
"url" : "git://github.com/colorhook/att.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/colorhook/att/blob/master/LICENSE"
}
]
}