forked from js-kyle/connect-assets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 856 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
35
36
{
"author": "Trevor Burnham (http://trevorburnham.com)",
"name": "connect-assets",
"description": "A Rails-like asset pipeline for Connect",
"version": "2.3.1",
"homepage": "http://github.com/TrevorBurnham/connect-assets",
"repository": {
"type": "git",
"url": "git://github.com/TrevorBurnham/connect-assets.git"
},
"engines": {
"node": ">=0.8.0"
},
"main": "lib/assets.js",
"dependencies": {
"connect-file-cache": "0.2.4",
"mime": "1.2.2",
"snockets": "1.3.6",
"underscore": "1.1.7"
},
"devDependencies": {
"async": "0.1.14",
"coffee-script": "~1.3.1",
"connect": "1.8.5",
"nib": "0.2.0",
"bootstrap-stylus": "0.2.0",
"nodeunit": "0.5.4",
"stylus": "0.22.2",
"request": "2.1.1",
"watchit": "0.0.4",
"less": "1.3.0"
},
"engines": {
"node": "0.8.x"
}
}