forked from bitcoinz-wallets/TxtZ
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 874 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
{
"name": "TxtZ",
"version": "1.0.0",
"description": "TxtZ is a SMS Wallet App for BitcoinZ",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": {
"type": "MIT",
"url": "https://www.opensource.org/licenses/mit-license.php"
},
"dependencies": {
"bitcore-lib-btcz": "git+https://github.com/bitcoinz-wallets/bitcore-lib-btcz.git#v1.0.2",
"body-parser": "^1.18.2",
"bookshelf": "^0.12.1",
"config": "^1.30.0",
"express": "^4.16.3",
"google-libphonenumber": "^3.1.3",
"joi": "^13.1.2",
"knex": "^0.14.4",
"memory-cache": "^0.2.0",
"morgan": "^1.9.0",
"mysql": "^2.15.0",
"nodemon": "^1.17.2",
"twilio": "^3.14.0",
"zcash": "git+https://github.com/renuzit/zcash.git",
"zmq": "^2.15.3"
}
}