-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 883 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
{
"name": "http-content-range-format",
"version": "1.0.0",
"description": "Format HTTP Content-Range headers, RFC 7233 compilant.",
"main": "index.js",
"scripts": {
"test": "mocha",
"test-bg": "mocha -w"
},
"repository": {
"type": "git",
"url": "git://github.com/purposeindustries/node-http-content-range-format"
},
"keywords": [
"http",
"range",
"content-range",
"format"
],
"author": "Purpose Industries <[email protected]>",
"contributors": [
{
"name": "Bence Dányi",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/purposeindustries/node-http-content-range-format/issues"
},
"homepage": "https://github.com/purposeindustries/node-http-content-range-format",
"devDependencies": {
"mocha": "^1.20.1",
"should": "^4.0.4"
}
}