-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 692 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 692 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "twitter-request-queue-node",
"version": "1.0.2",
"description": "Smart request queue for Twitter rate-limiting",
"main": "index.js",
"dependencies": {
"twitter": "^1.7.1"
},
"devDependencies": {
"chai": "^4.1.2",
"dotenv": "^4.0.0",
"mocha": "^3.5.3"
},
"scripts": {
"test": "mocha test/**.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davidraedev/twitter-request-queue-node.git"
},
"author": "David Rae",
"license": "MIT",
"bugs": {
"url": "https://github.com/davidraedev/twitter-request-queue-node/issues"
},
"homepage": "https://github.com/davidraedev/twitter-request-queue-node#readme"
}