UNPKG

744 BJSONView Raw
1{
2 "name": "twit",
3 "description": "Twitter API client for node (REST & Streaming)",
4 "version": "2.1.5",
5 "author": "Tolga Tezel",
6 "keywords": [
7 "twitter",
8 "api",
9 "rest",
10 "stream",
11 "streaming",
12 "oauth"
13 ],
14 "dependencies": {
15 "request": "2.58.0"
16 },
17 "devDependencies": {
18 "async": "0.2.9",
19 "colors": "0.6.x",
20 "commander": "2.6.0",
21 "mocha": "2.1.0",
22 "rewire": "2.3.4",
23 "sinon": "1.15.4"
24 },
25 "engines": {
26 "node": ">=0.10.0"
27 },
28 "main": "./lib/twitter",
29 "repository": {
30 "type": "git",
31 "url": "http://github.com/ttezel/twit.git"
32 },
33 "scripts": {
34 "test": "./node_modules/.bin/mocha tests/* -t 70000 -R spec --bail --globals domain,_events,_maxListeners"
35 }
36}