You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.1 KiB
44 lines
1.1 KiB
{
|
|
"name": "zeppelin-solidity",
|
|
"version": "1.0.7",
|
|
"description": "Secure Smart Contract library for Solidity",
|
|
"main": "truffle.js",
|
|
"scripts": {
|
|
"test": "scripts/test.sh",
|
|
"console": "truffle console",
|
|
"coverage": "scripts/coverage.sh",
|
|
"coveralls": "scripts/coveralls.sh"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/OpenZeppelin/zeppelin-solidity.git"
|
|
},
|
|
"keywords": [
|
|
"solidity",
|
|
"ethereum",
|
|
"smart",
|
|
"contracts",
|
|
"security",
|
|
"zeppelin"
|
|
],
|
|
"author": "Manuel Araoz <manuelaraoz@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/OpenZeppelin/zeppelin-solidity/issues"
|
|
},
|
|
"homepage": "https://github.com/OpenZeppelin/zeppelin-solidity",
|
|
"dependencies": {
|
|
"truffle-hdwallet-provider": "0.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"babel-preset-es2015": "^6.18.0",
|
|
"babel-preset-stage-2": "^6.18.0",
|
|
"babel-preset-stage-3": "^6.17.0",
|
|
"babel-register": "^6.23.0",
|
|
"coveralls": "^2.13.1",
|
|
"ethereumjs-testrpc": "^3.0.2",
|
|
"mocha-lcov-reporter": "^1.3.0",
|
|
"solidity-coverage": "^0.1.0",
|
|
"truffle": "3.2.2"
|
|
}
|
|
}
|
|
|