Files
NodeBB/node_modules/connect/package.json
2013-04-22 16:51:32 +00:00

54 lines
1.0 KiB
JSON

{
"name": "connect",
"version": "2.7.6",
"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.5.1",
"formidable": "1.0.11",
"cookie-signature": "1.0.1",
"buffer-crc32": "0.1.1",
"cookie": "0.0.5",
"send": "0.1.0",
"bytes": "0.2.0",
"fresh": "0.1.0",
"pause": "0.0.1",
"debug": "*"
},
"devDependencies": {
"should": "*",
"mocha": "*",
"jade": "*",
"dox": "*"
},
"main": "index",
"engines": {
"node": ">= 0.5.0"
},
"scripts": {
"test": "make"
},
"_id": "connect@2.7.6",
"optionalDependencies": {},
"_engineSupported": true,
"_npmVersion": "1.1.4",
"_nodeVersion": "v0.6.12",
"_defaultsLoaded": true,
"_from": "connect@2.7.6"
}