-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (43 loc) · 951 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
37
38
39
40
41
42
43
44
45
{
"name": "performer",
"description": "Frontend performance optimizing middleware",
"keywords": [
"node",
"connect",
"web",
"performance"
],
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git://github.com/setdirection/node-performer.git"
},
"licenses": [
{
"type": "BSD",
"url": "http://github.com/setdirection/node-performer/blob/master/LICENSE"
}
],
"author": "Kevin Decker <[email protected]> (http://incaseofstairs.com)",
"bugs": {
"email": "[email protected]",
"url": "http://github.com/setdirection/node-performer/issues"
},
"main": "index",
"scripts": {
"test": "expresso test/*"
},
"engines": {
"node": "~0.4.5"
},
"dependencies": {
"coffee-script": "~1.1.0",
"jsdom": "~0.2.0",
"redis": "~0.6.0",
"uglify-js": "~1.0.1",
"cssmin": "~0.3.0"
},
"devDependencies": {
"expresso": "~0.7.5"
}
}