-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 984 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": "web-stream",
"version": "0.0.2",
"description": "transform stream for http with optional retry",
"main": "index.js",
"dependencies": {
"request": "~2.25.0",
"readable-stream": "~1.0.2",
"blanket": "~1.1.5"
},
"devDependencies": {
"should": "~1.2.2",
"mocha": "~1.12.0",
"grunt-simple-mocha": "~0.4.0",
"grunt-contrib-jshint": "~0.6.2",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"blanket": "~1.1.5",
"grunt-blanket": "0.0.8"
},
"scripts": {
"test": "./node_modules/grunt-cli/bin/grunt",
"blanket": {
"pattern": "lib",
"data-cover-never": "node_modules"
}
},
"repository": {
"type": "git",
"url": "[email protected]:elee/web-stream.git"
},
"author": "[email protected]",
"bugs": {
"url": "https://github.com/elee/web-stream/issues"
},
"license": "BSD",
"keywords": [
"streams"
],
"directories": {
"example": "example",
"test": "test"
}
}