forked from rgrove/combohandler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (42 loc) · 977 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
46
47
48
49
{
"name" : "combohandler",
"description": "Simple Yahoo!-style combo handler.",
"version" : "0.1.3",
"keywords" : [
"combo", "combohandler", "combohandle", "combine", "cdn", "yui", "yui3",
"yui 3", "js", "css", "performance"
],
"homepage" : "https://github.com/rgrove/combohandler",
"repository": {
"type": "git",
"url" : "git://github.com/rgrove/combohandler.git"
},
"author": {
"name" : "Ryan Grove",
"email": "[email protected]",
"url" : "http://wonko.com/"
},
"engines": [
"node >=0.4.0",
"npm >=1.0.0"
],
"dependencies": {
"cluster": "~0.7.7",
"connect": ">=1.3.0 <2.0.0",
"express": ">=2.2.0 <3.0.0",
"uglify-js": "~1.1.1"
},
"main": "index.js",
"directories": {"lib": "./lib"},
"files": [
"lib/combohandler.js",
"lib/server.js",
"HISTORY.md",
"LICENSE",
"README.md",
"app.js",
"config.sample.js",
"index.js",
"package.json"
]
}