-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·39 lines (39 loc) · 875 Bytes
/
package.json
File metadata and controls
executable file
·39 lines (39 loc) · 875 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
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "node-tipbot-api",
"version": "0.0.5",
"description": "Node TipBot API - node.js library",
"keywords": [
"node",
"tipbot",
"api",
"tipbotapi"
],
"author": {
"name": "NRPatten",
"url": " https://github.com/nrpatten"
},
"contributors": [],
"license": "MIT",
"dependencies": {
"q": ">= 1.0.1",
"request": ">= 2.35.0",
"JSONStream": ">= 0.8.4",
"event-stream": ">= 3.1.5"
},
"repository": {
"type": "git",
"url": "git://github.com/nrpatten/node-tipbot-api.git"
},
"main": "./node-tipbot-api.js",
"engines": {
"node": ">=0.10"
},
"bugs": {
"url": "https://github.com/nrpatten/node-tipbot-api/issues",
"email": "nrpatten@gmail.com"
},
"homepage": "https://github.com/nrpatten/node-tipbot-api",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}