forked from unek/node-tip-bot
-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
39 lines (39 loc) · 840 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
{
"name": "node-tip-bot-twitter",
"version": "1.0.1",
"description": "node.js based tipping bot for any coin",
"main": "bin/tipbot",
"dependencies": {
"twitter": "~1.0.3",
"js-yaml": "~3.0.1",
"winston": "~0.7.2",
"node-dogecoin": "~0.3.5",
"swig": "1.3.2",
"express": "3.4.8"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node bin/tipbot"
},
"repository": {
"type": "git",
"url": "http://github.com/unek/node-tip-bot"
},
"author": "unek",
"license": "MIT",
"bugs": {
"url": "https://github.com/unek/node-tip-bot/issues"
},
"homepage": "https://github.com/unek/node-tip-bot",
"keywords": [
"dogecoin",
"bitcoin",
"litecoin",
"altcoin",
"tip",
"tipbot",
"irc",
"bot"
]
}