-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 904 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
{
"name": "pagination-stream",
"version": "1.2.0",
"bin": {
"pagination-stream": "cli.js"
},
"description": "Combine paginated requests in to a single stream",
"main": "index.js",
"scripts": {
"test": "tape tests.js"
},
"author": "Tim Hudson",
"license": "MIT",
"dependencies": {
"continue-stream": "^2.0.0",
"lodash.pick": "^2.4.1",
"minimist": "^1.1.0",
"request": "^2.44.0",
"retry-me": "^1.0.0",
"xtend": "^4.0.0"
},
"devDependencies": {
"concat-stream": "^1.4.6",
"nock": "^0.48.0",
"tape": "^3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/timhudson/pagination-stream.git"
},
"keywords": [
"pagination",
"streams",
"streams2"
],
"bugs": {
"url": "https://github.com/timhudson/pagination-stream/issues"
},
"homepage": "https://github.com/timhudson/pagination-stream"
}