Tizen 2.1 base
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.2.0 / node_modules / grunt / node_modules / connect / package.json
1 {
2   "name": "connect",
3   "version": "2.4.6",
4   "description": "High performance middleware framework",
5   "keywords": [
6     "framework",
7     "web",
8     "middleware",
9     "connect",
10     "rack"
11   ],
12   "repository": {
13     "type": "git",
14     "url": "git://github.com/senchalabs/connect.git"
15   },
16   "author": {
17     "name": "TJ Holowaychuk",
18     "email": "tj@vision-media.ca",
19     "url": "http://tjholowaychuk.com"
20   },
21   "dependencies": {
22     "qs": "0.5.1",
23     "formidable": "1.0.11",
24     "crc": "0.2.0",
25     "cookie": "0.0.4",
26     "bytes": "0.1.0",
27     "send": "0.0.4",
28     "fresh": "0.1.0",
29     "pause": "0.0.1",
30     "debug": "*"
31   },
32   "devDependencies": {
33     "should": "*",
34     "mocha": "*",
35     "jade": "*",
36     "dox": "*"
37   },
38   "main": "index",
39   "engines": {
40     "node": ">= 0.5.0"
41   },
42   "_id": "connect@2.4.6",
43   "optionalDependencies": {},
44   "_engineSupported": true,
45   "_npmVersion": "1.1.21",
46   "_nodeVersion": "v0.6.18",
47   "_defaultsLoaded": true,
48   "_from": "connect@~2.4.4"
49 }