UNPKG

727 BJSONView Raw
1{
2 "name": "twitter",
3 "version": "1.4.0",
4 "description": "Twitter API client library for node.js",
5 "license": "MIT",
6 "keywords": [
7 "twitter",
8 "streaming",
9 "oauth"
10 ],
11 "homepage": "https://github.com/desmondmorris/node-twitter",
12 "author": "Desmond Morris <hi@desmondmorris.com>",
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/desmondmorris/node-twitter"
16 },
17 "scripts": {
18 "test": "npm run lint && mocha",
19 "lint": "./node_modules/.bin/eslint test/*.js lib/*.js"
20 },
21 "dependencies": {
22 "deep-extend": "^0.4.1",
23 "request": "^2.72.0"
24 },
25 "devDependencies": {
26 "eslint": "^2.10.0",
27 "mocha": "^2.4.5",
28 "nock": "^8.0.0"
29 },
30 "main": "./lib/twitter"
31}