-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 879 Bytes
/
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
{
"name": "stitch-asset-server",
"description": "CommonJS stitcher and asset pipeline.",
"version": "0.2.1",
"author": "Dan Shultz",
"licenses":
[{
"type": "MIT",
"url": "https://github.com/danshultz/stitch-asset-server/blob/master/LICENSE"
}],
"repository": {
"type" : "git",
"url": "http://github.com/danshultz/stitch-asset-server.git"
},
"engine" : [ "node >=0.6.0" ],
"main" : "./lib/index.js",
"bin": { "asset-server": "./bin/asset-server" },
"dependencies" : {
"eco": "1.1.0-rc-3",
"uglify-js": "~1.1.1",
"fast-detective": "~0.0.1",
"optimist": "~0.2.6",
"coffee-script" : "~1.2.0",
"stylus" : "~0.22.6",
"watch" : "~0.4.0",
"jqueryify" : "~0.0.3",
"chai" : "~0.3.3"
},
"devDependencies" : {
"mocha": "~0.11.0",
"should": "~0.5.1",
"express": "~2.5.7"
}
}