forked from MolochVentures/moloch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.27 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
{
"name": "moloch",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"bignumber.js": "^7.2.1",
"bitcore-lib": "^0.16.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2",
"eth-lightwallet": "3.0.0",
"ethereumjs-abi": "^0.6.5",
"ethjs-provider-http": "^0.1.6",
"ethjs-query": "^0.3.7",
"ethjs-rpc": "^0.2.0",
"fs-extra": "^6.0.0",
"openzeppelin-solidity": "^1.12.0",
"truffle": "^5.0.3",
"truffle-contract": "^4.0.4",
"truffle-flattener": "^1.3.0",
"web3-eth-abi": "^1.0.0-beta.36"
},
"devDependencies": {
"standard": "^11.0.0"
},
"scripts": {
"compile": "node_modules/.bin/truffle compile",
"test": "node_modules/.bin/truffle test test/spank.js",
"gcli": "ganache-cli -m \"fetch local valve black attend double eye excite planet primary install allow\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/ConnextProject/moloch.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ConnextProject/moloch/issues"
},
"homepage": "https://github.com/ConnextProject/moloch#readme"
}