-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
44 lines (44 loc) · 1018 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"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"
}
}