-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
37 lines (37 loc) · 932 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": "twitter-stream-api",
"version": "0.5.2",
"description": "A streaming Twitter Stream API client with extended exposure of the underlaying protocol events",
"main": "lib/main.js",
"repository": {
"type": "git",
"url": "[email protected]:trygve-lie/twitter-stream-api.git"
},
"bugs": {
"url": "https://github.com/trygve-lie/twitter-stream-api/issues"
},
"scripts": {
"pretest": "jshint ./lib/*.js ./test/*.js",
"test": "tap test/*.js"
},
"keywords": [
"twitter",
"stream"
],
"author": "Trygve Lie <[email protected]>",
"license": "MIT",
"dependencies": {
"readable-stream": "^2.3.3",
"core-util-is": "^1.0.2",
"request": "^2.83.0",
"backoff-linear-strategy": "^1.0.0",
"backoff": "^2.5.0",
"emits": "^3.0.0"
},
"devDependencies": {
"request-debug": "^0.2.0",
"jshint": "^2.9.5",
"nock": "^9.0.22",
"tap": "^10.7.2"
}
}