-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
37 lines (37 loc) · 894 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
{
"name": "koa-stream",
"version": "0.2.0",
"description": "Library to handle range requests with koa",
"main": "index.js",
"scripts": {
"test": "node --harmony ./node_modules/istanbul-harmony/lib/cli.js cover ./node_modules/.bin/_mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/claudetech/koa-stream.git"
},
"keywords": [
"koajs",
"koa",
"stream",
"range",
"requests"
],
"author": "Daniel Perez <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/claudetech/koa-stream/issues"
},
"homepage": "https://github.com/claudetech/koa-stream#readme",
"dependencies": {
"mime": "^1.3.4",
"mz": "^2.0.0",
"resolve-path": "^1.3.0"
},
"devDependencies": {
"istanbul-harmony": "^0.3.15",
"koa": "^0.21.0",
"mocha": "^2.2.5",
"supertest": "^1.0.1"
}
}