-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
38 lines (38 loc) · 1.06 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
{
"name": "key-recovery-service",
"version": "0.0.3",
"description": "Key service implementing KRS protocol to provision xpubs for backup use",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --recursive",
"start": "node bin/server.js"
},
"license": "MIT",
"devDependencies": {
"chai": "2.2.0",
"istanbul": "0.3.13",
"mocha": "2.2.4",
"supertest": "0.15.0",
"supertest-as-promised": "2.0.2"
},
"dependencies": {
"argparse": "^1.0.2",
"bitcoinjs-lib": "https://github.com/dabura667/bitcoinjs-lib.git#bcash330",
"bitcoinjs-message": "2.0.0",
"body-parser": "1.13.2",
"express": "4.13.1",
"lodash": "3.10.0",
"moment": "2.10.6",
"mongoose": "5.13.20",
"mongoose-q": "0.0.17",
"morgan": "1.6.1",
"node-jsrender": "1.0.6",
"nodemailer": "1.4.0",
"nodemailer-smtp-transport": "1.0.3",
"prompt-sync": "^1.0.0",
"q": "1.4.1",
"superagent": "^1.4.0",
"superagent-as-promised": "3.2.0",
"validator": "4.0.2"
}
}