-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 KB
/
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
{
"name": "blocktrail-slack-tipbot",
"version": "0.0.4",
"description": "Bitcoin Slack TipBot - Using BlockTrail API",
"main": "bot.js",
"dependencies": {
"async": "~0.9.0",
"blocktrail-sdk": "~3.6.1",
"debug": "~2.1.1",
"lodash": "~3.1.0",
"minimist": "^1.1.0",
"pbkdf2-compat": "2.0.0",
"request": "~2.53.0",
"slack-client": "~1.4.1",
"bitcoinjs-lib": "~1.4.3"
},
"devDependencies": {
"nodemon": "^1.3.6"
},
"scripts": {
"develop": "DEBUG=\"*\" ./node_modules/nodemon/bin/nodemon.js ./bot.js"
},
"repository": {
"type": "git",
"url": "https://github.com/blocktrail/slack-tipbot"
},
"keywords": [
"slack",
"slackbot",
"tipbot",
"blocktrail",
"bitcoin"
],
"author": "Ruben de Vries <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/blocktrail/slack-tipbot/issues"
},
"homepage": "https://tipbot.blocktrail.com"
}