forked from senchalabs/connect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 838 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
{
"name": "connect",
"version": "2.8.1",
"description": "High performance middleware framework",
"keywords": [
"framework",
"web",
"middleware",
"connect",
"rack"
],
"repository": "git://github.com/senchalabs/connect.git",
"author": "TJ Holowaychuk <[email protected]> (http://tjholowaychuk.com)",
"dependencies": {
"qs": "0.6.5",
"formidable": "1.0.14",
"cookie-signature": "1.0.1",
"buffer-crc32": "0.2.1",
"cookie": "0.1.0",
"send": "0.1.1",
"bytes": "0.2.0",
"fresh": "0.1.0",
"pause": "0.0.1",
"uid2": "0.0.2",
"debug": "*",
"methods": "0.0.1"
},
"devDependencies": {
"should": "*",
"mocha": "*",
"jade": "*",
"dox": "*"
},
"main": "index",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "make"
}
}