pubnub-twitter
Version:
Live Twitter Firehose Stream
36 lines (35 loc) • 660 B
JSON
{
"name": "pubnub-twitter",
"version": "1.0.2",
"author": "PubNub <stephen@pubnub.com>",
"description": "Live Twitter Firehose Stream",
"contributors": [
{
"name": "Stephen Blum",
"email": "stephen@pubnub.com"
}
],
"bin": {},
"scripts": { },
"main": "",
"repository": {
"type": "git",
"url": "git://github.com/stephenlb/pubnub-twitter.git"
},
"keywords": [
"pubnub",
"twitter",
"firehose",
"websockets"
],
"dependencies": {
"pubnub": "^3.6.7"
},
"noAnalyze": false,
"devDependencies": {},
"bundleDependencies": [],
"license": "MIT",
"engine": {
"node": ">=0.2"
}
}