UNPKG

connect-stream

Version:

A module for streaming static files. Does etags, caching, partial response, etc.

45 lines (44 loc) 1.02 kB
{ "name": "connect-stream", "version": "1.1.3", "description": "A module for streaming static files. Does etags, caching, partial response, etc.", "main": "lib/stream.js", "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "https://github.com/geta6/connect-stream.git" }, "keywords": [ "206", "range", "partial", "connect", "stream" ], "dependencies": { "fd": "0.0.2", "mime": "~1.2.11", "negotiator": "~0.3.0", "async-cache": "~0.1.3" }, "devDependencies": { "coffee-script": "~1.6.3", "coffee-errors": "~0.8.6", "supertest": "~0.9.0", "express": "~3.4.8", "mocha": "~1.17.1", "grunt": "~0.4.2", "grunt-contrib-coffee": "~0.9.0", "grunt-contrib-watch": "~0.5.3", "grunt-simple-mocha": "~0.4.0", "grunt-coffeelint": "0.0.8", "grunt-notify": "~0.2.17" }, "author": "geta6", "licenses": "MIT", "bugs": { "url": "https://github.com/geta6/connect-stream/issues" } }