promised-twit
Version:
Promised version of twit (Twitter API Client for node (REST & Streaming API))
36 lines (35 loc) • 848 B
JSON
{
"name": "promised-twit",
"version": "0.1.0",
"description": "Promised version of twit (Twitter API Client for node (REST & Streaming API))",
"main": "index.js",
"homepage": "https://github.com/kulbirsaini/promised-twit",
"readmeFilename": "README.md",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"twitter",
"twit",
"promise",
"bluebird",
"async",
"REST",
"Streaming"
],
"author": "Kulbir Saini <kulbirsaini25@gmail.com> (http://saini.co.in)",
"repository": {
"type": "git",
"url": "https://github.com/kulbirsaini/promised-twit.git"
},
"dependencies": {
"bluebird": "^2.9.34",
"twit": "^2.1.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-jshint": "^1.11.2",
"jshint-stylish": "^2.0.1"
},
"license": "MIT"
}