forked from senchalabs/connect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.05 KB
/
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": "connect",
"version": "2.11.0",
"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.1",
"fresh": "0.2.0",
"pause": "0.0.1",
"uid2": "0.0.3",
"debug": ">= 0.7.3 < 1",
"methods": "0.1.0",
"raw-body": "0.0.3",
"negotiator": "0.3.0",
"multiparty": "2.2.0"
},
"devDependencies": {
"should": ">= 2.0.2 < 3",
"mocha": ">= 1.13.0 < 2",
"jade": ">= 0.35.0 < 1",
"dox": ">= 0.4.4 < 1"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/senchalabs/connect/master/LICENSE"
}
],
"main": "index",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "make"
}
}