forked from timxor/Zcash-Eth-Atomic-Trades
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
42 lines (42 loc) · 1.11 KB
/
package-lock.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
{
"name": "zcash-eth-atomic-trades",
"version": "1.0.0",
"description": "",
"main": "server.js",
"directories": {
"test": "test"
},
"dependencies": {
"bitcore-lib-zcash": "git+https://github.com/str4d/bitcore-lib-zcash.git",
"bitcore-mnemonic": "git+https://github.com/arcalinea/bitcore-mnemonic.git",
"body-parser": "^1.17.2",
"bootstrap": "^3.3.7",
"ejs": "^2.5.6",
"express": "^4.15.3",
"promise": "^8.0.1",
"request": "^2.81.0",
"truffle-contract": "^2.0.1",
"truffle-hdwallet-provider": "0.0.5",
"uuid": "^3.1.0",
"web3": "^0.19.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arielgabizon/Zcash-Eth-Atomic-Trades.git"
},
"contributors": [
{
"name": "Kersing Huang",
"email": "[email protected]"
}
],
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/arielgabizon/Zcash-Eth-Atomic-Trades/issues"
},
"homepage": "https://github.com/arielgabizon/Zcash-Eth-Atomic-Trades#readme"
}