-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.79 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "coincustody",
"version": "0.0.1",
"description": "decentralized coin custody for leverj.io platform",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test node test.js",
"start": "BLUEBIRD_DEBUG=1 NODE_ENV=dev nodemon --delay 1.5 src/server/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bharathrao/coincustody.git"
},
"keywords": [
"decentralized",
"custody",
"leverj.io"
],
"author": "coinpit",
"license": "MIT",
"bugs": {
"url": "https://github.com/bharathrao/coincustody/issues"
},
"homepage": "https://github.com/bharathrao/coincustody#readme",
"devDependencies": {
"bignumber.js": "^4.0.4",
"bip39": "2.4.0",
"bluebird": "^3.5.0",
"bn.js": "4.11.6",
"ethereumjs-testrpc": "4.0.1",
"ethereumjs-wallet": "0.6.0",
"ethjs-contract": "^0.1.9",
"ethjs-provider-http": "0.1.6",
"ethjs-query": "0.2.4",
"ethjs-rpc": "^0.1.7",
"expect.js": "^0.3.1",
"grunt": "^1.0.1",
"grunt-browserify": "^5.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "^3.0.0",
"lodash": "^4.17.4",
"truffle-hdwallet-provider": "0.0.3",
"uuid": "^3.1.0"
},
"dependencies": {
"affirm.js": "^1.0.0",
"binary-search-tree": "^0.2.6",
"body-parser": "latest",
"cassandra-driver": "^3.3.0",
"compression": "^1.7.1",
"config": "^1.26.2",
"debug": "^3.0.1",
"ethereumjs-abi": "^0.6.4",
"ethereumjs-util": "^5.1.2",
"express": "^4.15.4",
"helmet": "^3.8.2",
"microtime.js": "^1.0.0",
"queue.js": "^0.1.3",
"rest.js": "^0.2.1",
"safe-json-stringify": "^1.0.4",
"serve-favicon": "^2.4.5",
"socket.io": "^2.0.3",
"web3": "^1.0.0-beta.18"
}
}