forked from gardelcl/safe-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.02 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
{
"name": "gnosis-safe",
"version": "1.0.0",
"description": "Ethereum multisig contract",
"license": "GPL-3.0",
"main": "test/gnosisSafe.js",
"directories": {
"test": "test"
},
"scripts": {
"test-norpc": "truffle test",
"test": "run-with-testrpc -l 20000000 --noVMErrorsOnRPCResponse true 'truffle test'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gnosis/gnosis-safe.git"
},
"keywords": [
"Ethereum",
"Wallet",
"Safe"
],
"author": "[email protected]",
"bugs": {
"url": "https://github.com/gnosis/gnosis-safe/issues"
},
"devDependencies": {
"@digix/tempo": "^0.2.0",
"eth-lightwallet": "^3.0.1",
"random-buffer": "*",
"run-with-testrpc": "^0.3.0",
"ganache-cli": "6.1.2",
"solidity-coverage": "^0.4.2",
"truffle": "4.1.11",
"web3": "0.20.6",
"bignumber.js": "^7.1.0",
"ethereumjs-abi": "^0.6.5"
},
"dependencies": {
"sleep": "^5.1.1",
"solc": "^0.4.24",
"truffle-hdwallet-provider": "0.0.3"
}
}