-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 972 Bytes
/
package.json
File metadata and controls
48 lines (48 loc) · 972 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "connect",
"version": "2.2.1",
"description": "High performance middleware framework",
"keywords": [
"framework",
"web",
"middleware",
"connect",
"rack"
],
"repository": {
"type": "git",
"url": "git://github.com/senchalabs/connect.git"
},
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca",
"url": "http://tjholowaychuk.com"
},
"dependencies": {
"qs": "0.4.2",
"mime": "1.2.4",
"formidable": "1.0.9",
"crc": "0.1.0",
"debug": "*"
},
"devDependencies": {
"should": "*",
"mocha": "*",
"jade": "*",
"dox": "*"
},
"main": "index",
"engines": {
"node": ">= 0.5.0 < 0.7.0"
},
"_id": "connect@2.2.1",
"optionalDependencies": {},
"_engineSupported": true,
"_npmVersion": "1.1.4",
"_nodeVersion": "v0.6.12",
"_defaultsLoaded": true,
"dist": {
"shasum": "cf3d4816833ccc58567ff46df4abe0e7879a1cf1"
},
"_from": "connect"
}