-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
46 lines (46 loc) · 1.71 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
{
"name": "@gnosis.pm/pm-apollo-contracts",
"version": "1.4.1",
"description": "A collection of contracts for Gnosis Apollo",
"main": "index.js",
"scripts": {
"truffle": "truffle",
"compile": "truffle compile",
"migrate": "truffle migrate",
"test": "run-with-testrpc -a 183 -d 'truffle test --admins=0x28a8746e75304c0780e011bed21c72cd78cd535e,0xaca94ef8bd5ffee41947b4585a84bda5a3d3da6e'",
"networks": "truffle networks",
"injectnetinfo": "node scripts/inject_network_info.js",
"extractnetinfo": "node scripts/extract_network_info.js",
"resetnetinfo": "truffle networks --clean && node scripts/inject_network_info.js",
"prepublish": "truffle compile && truffle networks --clean && node scripts/inject_network_info.js",
"issue-tokens": "truffle exec scripts/issue_tokens.js",
"add-admins": "truffle exec scripts/add_admins.js",
"remove-admins": "truffle exec scripts/remove_admins.js",
"allow-transfers": "truffle exec scripts/allow_transfers.js",
"disallow-transfers": "truffle exec scripts/disallow_transfers.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gnosis/olympia-token.git"
},
"author": "",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/gnosis/olympia-token/issues"
},
"homepage": "https://github.com/gnosis/olympia-token#readme",
"devDependencies": {
"@digix/tempo": "^0.2.0",
"lodash": "^4.17.5",
"run-with-testrpc": "^0.3.0",
"truffle": "^4.1.5",
"truffle-hdwallet-provider": "0.0.3"
},
"dependencies": {
"@gnosis.pm/util-contracts": "^0.2.0",
"npm-prepublish": "^1.2.3",
"truffle-flattener": "^1.2.9",
"truffle-privatekey-provider": "^0.1.0",
"yargs": "^11.0.0"
}
}