forked from senchalabs/connect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 970 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
{
"name": "connect",
"version": "2.9.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",
"cookie-signature": "1.0.1",
"buffer-crc32": "0.2.1",
"cookie": "0.1.0",
"send": "0.1.4",
"bytes": "0.2.0",
"fresh": "0.2.0",
"pause": "0.0.1",
"uid2": "0.0.2",
"debug": "*",
"methods": "0.0.1",
"multiparty": "2.2.0"
},
"devDependencies": {
"should": ">= 2.0.0",
"mocha": "*",
"jade": "*",
"dox": "*"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/senchalabs/connect/master/LICENSE"
}
],
"main": "index",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "make"
}
}