mirror of openzeppelin-contracts
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.
|
|
|
{
|
|
|
|
"name": "zeppelin-solidity",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Secure Smart Contract library for Solidity",
|
|
|
|
"main": "truffle.js",
|
|
|
|
"devDependencies": {
|
|
|
|
"ethereumjs-testrpc": "^3.0.2",
|
|
|
|
"truffle": "^2.1.1"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "truffle test",
|
|
|
|
"install": "scripts/install.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"
|
|
|
|
}
|