Version:
Twitter API client library for node.js
32 lines (31 loc) • 727 B
JSON
{
"name": "twitter",
"version": "1.7.1",
"description": "Twitter API client library for node.js",
"license": "MIT",
"keywords": [
"twitter",
"streaming",
"oauth"
],
"homepage": "https://github.com/desmondmorris/node-twitter",
"author": "Desmond Morris <hi@desmondmorris.com>",
"repository": {
"type": "git",
"url": "https://github.com/desmondmorris/node-twitter"
},
"scripts": {
"test": "npm run lint && mocha",
"lint": "./node_modules/.bin/eslint test/*.js lib/*.js"
},
"dependencies": {
"deep-extend": "^0.5.0",
"request": "^2.72.0"
},
"devDependencies": {
"eslint": "^3.12.0",
"mocha": "^3.2.0",
"nock": "^9.0.2"
},
"main": "./lib/twitter"
}