forked from senchalabs/connect
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 966 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
{
"name": "connect",
"version": "2.12.0",
"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": {
"batch": "0.5.0",
"qs": "0.6.6",
"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",
"uid2": "0.0.3",
"debug": ">= 0.7.3 < 1",
"methods": "0.1.0",
"negotiator": "0.3.0"
},
"devDependencies": {
"should": ">= 2.0.2 < 3",
"mocha": ">= 1.13.0 < 2"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/senchalabs/connect/master/LICENSE"
}
],
"main": "index",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "make"
}
}