-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.34 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
52
53
54
55
56
{
"name": "packscript",
"version": "0.2.9",
"description": "Powerful resource build system for combining, minifying and transforming your resources.",
"dependencies": {
"underscore": "~1.5.2",
"uglify-js": "~2.4.7",
"uglifycss": "~0.0.7",
"node-zip": "~1.0.1",
"watchr": "~2.4.4",
"optimist": "~0.6.0",
"colors": "~0.6.2",
"fs-extra": "~0.8.1"
},
"devDependencies": {
"sinon": "~1.7.3"
},
"main": "packscript.js",
"bin": {
"packscript": "packscript"
},
"homepage": "http://github.com/danderson00/packscript",
"author": {
"name": "Dale Anderson",
"email": "packscript@gmail.com",
"url": "https://github.com/danderson00"
},
"keywords": [
"PackScript",
"combine",
"minify",
"build"
],
"contributors": [
{
"name": "Dale Anderson",
"email": "packscript@gmail.com",
"url": "https://github.com/danderson00"
}
],
"bugs": {
"url": "http://github.com/danderson00/packscript/issues"
},
"license": {
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
},
"repository": {
"type": "git",
"url": "git://github.com/danderson00/packscript.git"
},
"engines": {
"node": ">=0.6.0"
},
"readmeFilename": "README.md"
}