UNPKG

1.01 kBJSONView Raw
1{
2 "name": "send",
3 "description": "Better streaming static file server with Range and conditional-GET support",
4 "version": "0.6.0",
5 "author": "TJ Holowaychuk <tj@vision-media.ca>",
6 "contributors": [
7 "Douglas Christopher Wilson <doug@somethingdoug.com>"
8 ],
9 "license": "MIT",
10 "repository": "visionmedia/send",
11 "keywords": [
12 "static",
13 "file",
14 "server"
15 ],
16 "dependencies": {
17 "debug": "1.0.3",
18 "depd": "0.3.0",
19 "escape-html": "1.0.1",
20 "finished": "1.2.2",
21 "fresh": "0.2.2",
22 "mime": "1.2.11",
23 "ms": "0.6.2",
24 "range-parser": "~1.0.0"
25 },
26 "devDependencies": {
27 "istanbul": "0.3.0",
28 "mocha": "~1.20.0",
29 "should": "~4.0.0",
30 "supertest": "~0.13.0"
31 },
32 "engines": {
33 "node": ">= 0.8.0"
34 },
35 "scripts": {
36 "test": "mocha --reporter dot",
37 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
38 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec"
39 }
40}