peristream
Version:
A wrapper around periscope.tv event streams, allowing you to easilly access them
32 lines (31 loc) • 720 B
JSON
{
"name": "peristream",
"version": "0.1.7",
"description": "A wrapper around periscope.tv event streams, allowing you to easilly access them",
"main": "index.js",
"scripts": {
"start": "node example.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ArnaudRinquin/peristream.git"
},
"keywords": [
"periscope",
"periscope.tv",
"periscopetv"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ArnaudRinquin/peristream/issues"
},
"homepage": "https://github.com/ArnaudRinquin/peristream#readme",
"devDependencies": {
"prompt": "^0.2.14"
},
"dependencies": {
"node-fetch": "^1.3.3",
"pubnub": "^3.7.18"
}
}