forked from GridPlus/cryptobridge-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.21 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
48
49
50
{
"name": "trustless-relay",
"version": "1.0.0",
"description": "Contracts for trustless relay",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"parity": "node parity/boot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alex-miller-0/trustless-relay.git"
},
"keywords": [
"Ethereum",
"Blockchain",
"Scaling"
],
"author": "Alex Miller",
"license": "MIT",
"bugs": {
"url": "https://github.com/alex-miller-0/trustless-relay/issues"
},
"homepage": "https://github.com/alex-miller-0/trustless-relay#readme",
"dependencies": {
"async": "^2.6.0",
"big-number": "^0.4.0",
"bip39": "^2.5.0",
"bluebird": "^3.5.1",
"eth-proof": "^0.1.3",
"ethereumjs-block": "^1.7.0",
"ethereumjs-tx": "^1.3.3",
"ethereumjs-util": "^5.1.3",
"ethereumjs-wallet": "^0.6.0",
"js-sha3": "^0.7.0",
"jsonfile": "^4.0.0",
"left-pad": "^1.2.0",
"merkle-patricia-tree": "^2.3.0",
"merkle-tools": "^1.4.0",
"mtree": "^1.0.0",
"rlp": "^2.0.0",
"solidity-sha3": "^0.4.1",
"spectcl": "^0.6.3",
"truffle-hdwallet-provider": "0.0.3",
"web3": "^1.0.0-beta.27",
"yargs": "^11.0.0"
}
}