c9-core/node_modules/send/package.json

58 wiersze
1.3 KiB
JSON

{
"name": "send",
"version": "0.1.4",
"description": "Better streaming static file server with Range and conditional-GET support",
"keywords": [
"static",
"file",
"server"
],
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"dependencies": {
"debug": "*",
"mime": "~1.2.9",
"fresh": "0.2.0",
"range-parser": "0.0.4"
},
"devDependencies": {
"mocha": "*",
"should": "*",
"supertest": "0.0.1",
"connect": "2.x"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/send.git"
},
"main": "index",
"bugs": {
"url": "https://github.com/visionmedia/send/issues"
},
"_id": "send@0.1.4",
"dist": {
"shasum": "be70d8d1be01de61821af13780b50345a4f71abd",
"tarball": "https://registry.npmjs.org/send/-/send-0.1.4.tgz"
},
"_from": "send@>=0.1.4 <0.2.0",
"_npmVersion": "1.3.4",
"_npmUser": {
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
"maintainers": [
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
}
],
"directories": {},
"_shasum": "be70d8d1be01de61821af13780b50345a4f71abd",
"_resolved": "https://registry.npmjs.org/send/-/send-0.1.4.tgz"
}