ld31-space-diggers/node_modules/browser-sync/node_modules/connect/package.json
Ruben Müller 760c1838ed Add game
2014-12-07 20:57:49 +01:00

95 lines
2.4 KiB
JSON

{
"name": "connect",
"description": "High performance middleware framework",
"version": "3.3.3",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca",
"url": "http://tjholowaychuk.com"
},
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
{
"name": "Jonathan Ong",
"email": "me@jongleberry.com"
},
{
"name": "Tim Caswell",
"email": "tim@creationix.com"
}
],
"keywords": [
"framework",
"web",
"middleware",
"connect",
"rack"
],
"repository": {
"type": "git",
"url": "https://github.com/senchalabs/connect"
},
"dependencies": {
"debug": "~2.1.0",
"finalhandler": "0.3.2",
"parseurl": "~1.3.0",
"utils-merge": "1.0.0"
},
"devDependencies": {
"istanbul": "0.3.2",
"mocha": "~2.0.1",
"should": "~4.2.1",
"supertest": "~0.14.0"
},
"license": "MIT",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/"
},
"gitHead": "0509cb8cfa4cd0922076e1c8926b13970d8a6ef5",
"bugs": {
"url": "https://github.com/senchalabs/connect/issues"
},
"homepage": "https://github.com/senchalabs/connect",
"_id": "connect@3.3.3",
"_shasum": "4b37b2cbb27a36e6ae18c9e7d3252ee6260c5941",
"_from": "connect@^3.3.3",
"_npmVersion": "1.4.21",
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"maintainers": [
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "creationix",
"email": "tim@creationix.com"
},
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
}
],
"dist": {
"shasum": "4b37b2cbb27a36e6ae18c9e7d3252ee6260c5941",
"tarball": "http://registry.npmjs.org/connect/-/connect-3.3.3.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/connect/-/connect-3.3.3.tgz",
"readme": "ERROR: No README data found!"
}