-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
47 lines (47 loc) · 1.03 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
41
42
43
44
45
46
47
{
"name": "tipmebch",
"version": "1.0.10",
"description": "Tipping for Telegram with BCH",
"scripts": {
"watch": "nodemon -x 'DEBUG=* npm start'",
"start": "node -r panik index.js"
},
"keywords": [
"bitcoin",
"bitcoin cash",
"bch"
],
"author": "Andreas Brekken <[email protected]>",
"license": "MIT",
"dependencies": {
"bignumber.js": "6.0.0",
"bitcoincashjs": "0.1.10",
"bluebird": "3.5.1",
"debug": "3.1.0",
"lodash": "4.17.5",
"numeral": "2.0.6",
"p-memoize": "1.0.0",
"panik": "1.0.1",
"qr-image": "3.2.0",
"redis": "2.8.0",
"redlock": "3.1.1",
"shortid": "2.2.8",
"superagent": "3.8.2",
"telegraf": "3.18.0"
},
"main": "index.js",
"devDependencies": {
"nodemon": "1.15.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abrkn/tipmebch.git"
},
"bugs": {
"url": "https://github.com/abrkn/tipmebch/issues"
},
"homepage": "https://github.com/abrkn/tipmebch#readme",
"engines": {
"node": ">=8.0.0"
}
}