cc-zos-vouching
Version:
Vouching logic for the EVM packages of the ZeppelinOS smart contract platform
59 lines (58 loc) • 2.55 kB
JSON
{
"name": "cc-zos-vouching",
"version": "2.1.3",
"description": "Vouching logic for the EVM packages of the ZeppelinOS smart contract platform",
"main": "truffle-config.js",
"private": false,
"license": "MIT",
"scripts": {
"test": "NODE_ENV=test scripts/test.sh",
"prepare": "rm -rf build && npx truffle compile && rm -rf lib && npx babel src --out-dir lib",
"start-local": "npx ganache-cli --deterministic",
"deploy-local": "node ./lib/bin/deploy.js --network=local --from=0x90f8bf6a479f320ead074411a4b0e7944ea8c9c1",
"verify-local": "node ./lib/bin/verify.js --network=local --from=0x90f8bf6a479f320ead074411a4b0e7944ea8c9c1",
"deploy-kovan": "node ./lib/bin/deploy.js --network=kovan --from=0x1fc02e23b5f4dec47070fb534c9ed83301306143",
"verify-kovan": "node ./lib/bin/verify.js --network=kovan --from=0x1fc02e23b5f4dec47070fb534c9ed83301306143",
"deploy-ropsten": "node ./lib/bin/deploy.js --network=ropsten --from=0x09902a56d04a9446601a0d451e07459dc5af0820",
"verify-ropsten": "node ./lib/bin/verify.js --network=ropsten --from=0x09902a56d04a9446601a0d451e07459dc5af0820",
"deploy-rinkeby": "node ./lib/bin/deploy.js --network=rinkeby --from=0xd97709745693eac4bb09b20ee1cf8a78dca53be5",
"verify-rinkeby": "node ./lib/bin/verify.js --network=rinkeby --from=0xd97709745693eac4bb09b20ee1cf8a78dca53be5",
"deploy-mainnet": "node ./lib/bin/deploy.js --network=mainnet --from=0xe373e9855dadeb9ce76d2c5f5484d93699acb735",
"verify-mainnet": "node ./lib/bin/verify.js --network=mainnet --from=0xe373e9855dadeb9ce76d2c5f5484d93699acb735"
},
"files": [
"lib",
"build",
"contracts"
],
"keywords": [
"zeppelinos",
"zeppelin",
"ethereum",
"smartcontracts",
"solidity",
"zeptoken",
"zep",
"vouching",
"evm"
],
"dependencies": {
"cc-zos": "^2.1.3",
"cc-zos-lib": "^2.1.2",
"chalk": "^2.4.1",
"minimist": "^1.2.0",
"openzeppelin-eth": "git+https://github.com/OpenZeppelin/openzeppelin-eth.git#5e69036bbc5e907b1c6e9f102828003bb7c47beb",
"tpl-contracts-eth": "git+https://github.com/TPL-Protocol/tpl-contracts-eth.git#5ec04a7d10a88ab382c8bbd5e01cec4aa0af1743"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"chai-bignumber": "^2.0.2",
"truffle": "^4.1.14"
},
"gitHead": "bf284a133a4729f8ee336df2bc9d3d1b787b5624"
}