forked from SpiderStrategies/node-tweet-stream
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 731 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 731 Bytes
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
{
"name": "node-tweet-stream",
"version": "1.10.0",
"description": "A twitter module to hook into the public filter streaming, seamlessly updating the tracking keywords.",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha -R spec test"
},
"keywords": [
"twitter",
"streaming",
"twitter public",
"tweet"
],
"repository": {
"type": "git",
"url": "https://github.com/SpiderStrategies/node-tweet-stream"
},
"author": "Nathan Bowser <nathan.bowser@spiderstrategies.com>",
"license": "MIT",
"dependencies": {
"event-stream": "~3.1.0",
"request": "^2.55.0",
"split": "^0.3.0"
},
"devDependencies": {
"mocha": "~1.17.1",
"nock": "~0.27.2"
}
}