UNPKG

1.35 kBJSONView Raw
1{
2 "name": "connect",
3 "version": "2.14.4",
4 "description": "High performance middleware framework",
5 "keywords": [
6 "framework",
7 "web",
8 "middleware",
9 "connect",
10 "rack"
11 ],
12 "repository": "git://github.com/senchalabs/connect.git",
13 "author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",
14 "dependencies": {
15 "basic-auth-connect": "1.0.0",
16 "cookie-parser": "1.0.1",
17 "cookie-signature": "1.0.3",
18 "compression": "1.0.0",
19 "connect-timeout": "1.0.0",
20 "csurf": "1.1.0",
21 "errorhandler": "1.0.0",
22 "express-session": "1.0.2",
23 "fresh": "0.2.2",
24 "method-override": "1.0.0",
25 "morgan": "1.0.0",
26 "qs": "0.6.6",
27 "response-time": "1.0.0",
28 "setimmediate": "1.0.1",
29 "serve-index": "1.0.1",
30 "serve-static": "1.0.4",
31 "static-favicon": "1.0.2",
32 "vhost": "1.0.0",
33 "bytes": "0.3.0",
34 "pause": "0.0.1",
35 "debug": ">= 0.7.3 < 1",
36 "raw-body": "1.1.3",
37 "multiparty": "2.2.0"
38 },
39 "devDependencies": {
40 "should": "~3.1.3",
41 "mocha": ">= 1.13.0 < 2",
42 "jade": ">= 0.35.0 < 1",
43 "dox": ">= 0.4.4 < 1"
44 },
45 "licenses": [
46 {
47 "type": "MIT",
48 "url": "https://raw.github.com/senchalabs/connect/master/LICENSE"
49 }
50 ],
51 "main": "index",
52 "engines": {
53 "node": ">= 0.8.0"
54 },
55 "scripts": {
56 "test": "make"
57 }
58}