-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
46 lines (46 loc) · 1014 Bytes
/
package.json
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
40
41
42
43
44
45
46
{
"name": "node-tip-bot",
"version": "1.0.0",
"description": "node.js based tipping bot for script altcoins",
"main": "bin/tipbot",
"dependencies": {
"irc": "~0.3.6",
"js-yaml": "~3.2.2",
"winston": "~0.8.1",
"node-altcoin": "0.1.2",
"swig": "^1.3.2",
"express": "3.4.8",
"node-tipbot-api": "0.0.5",
"request": "2.82.0",
"node-regexp": "0.1.1",
"cheerio": "0.20.0",
"githubhook": "1.1.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node bin/tipbot"
},
"repository": {
"type": "git",
"url": "git://github.com/nrpatten/node-tip-bot.git"
},
"author": "NRPatten",
"license": "MIT",
"bugs": {
"url": "https://github.com/nrpatten/node-tip-bot/issues"
},
"homepage": "https://github.com/nrpatten/node-tip-bot",
"keywords": [
"altcoin",
"bitcoin",
"litecoin",
"altcoin",
"tip",
"tipbot",
"irc",
"rpc",
"ticker",
"bot"
]
}