forked from senchalabs/connect
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 704 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 704 Bytes
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
{
"name": "connect",
"version": "2.4.2",
"description": "High performance middleware framework",
"keywords": ["framework", "web", "middleware", "connect", "rack"],
"repository": "git://github.com/senchalabs/connect.git",
"author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",
"dependencies": {
"qs": "0.4.2",
"formidable": "1.0.11",
"crc": "0.2.0",
"cookie": "0.0.4",
"bytes": "0.0.1",
"send": "0.0.3",
"bytes": "0.1.0",
"fresh": "0.1.0",
"pause": "0.0.1",
"debug": "*"
},
"devDependencies": {
"should": "*",
"mocha": "*",
"jade": "*",
"dox": "*"
},
"main": "index",
"engines": { "node": ">= 0.5.0" }
}