send
Version:
Better streaming static file server with Range and conditional-GET support
41 lines (40 loc) • 1.06 kB
JSON
{
"name": "send",
"description": "Better streaming static file server with Range and conditional-GET support",
"version": "0.7.1",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"contributors": [
"Douglas Christopher Wilson <doug@somethingdoug.com>"
],
"license": "MIT",
"repository": "visionmedia/send",
"keywords": [
"static",
"file",
"server"
],
"dependencies": {
"debug": "1.0.4",
"depd": "0.4.3",
"escape-html": "1.0.1",
"finished": "1.2.2",
"fresh": "0.2.2",
"mime": "1.2.11",
"ms": "0.6.2",
"range-parser": "~1.0.0"
},
"devDependencies": {
"istanbul": "0.3.0",
"mocha": "~1.21.0",
"should": "~4.0.0",
"supertest": "~0.13.0"
},
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "mocha --check-leaks --reporter spec --bail",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"
}
}