UNPKG

616 BJSONView Raw
1{
2 "name": "send",
3 "version": "0.1.2",
4 "description": "Better streaming static file server with Range and conditional-GET support",
5 "keywords": ["static", "file", "server"],
6 "author": "TJ Holowaychuk <tj@vision-media.ca>",
7 "dependencies": {
8 "debug": "*",
9 "mime": "~1.2.9",
10 "fresh": "0.1.0",
11 "range-parser": "0.0.4"
12 },
13 "devDependencies": {
14 "mocha": "*",
15 "should": "*",
16 "supertest": "0.0.1",
17 "connect": "2.x"
18 },
19 "scripts": {
20 "test": "make test"
21 },
22 "repository" :
23 { "type" : "git"
24 , "url" : "git://github.com/visionmedia/send.git"
25 },
26 "main": "index"
27}