openzeppelin-contracts
Version:
Secure Smart Contract library for Solidity
33 lines (32 loc) • 753 B
JSON
{
"name": "openzeppelin-contracts",
"description": "Secure Smart Contract library for Solidity",
"version": "4.0.0",
"files": [
"**/*.sol",
"/build/contracts/*.json",
"!/mocks",
"!/examples"
],
"scripts": {
"prepare-docs": "cd ..; npm run prepare-docs"
},
"repository": {
"type": "git",
"url": "https://github.com/OpenZeppelin/openzeppelin-contracts.git"
},
"keywords": [
"solidity",
"ethereum",
"smart",
"contracts",
"security",
"zeppelin"
],
"author": "OpenZeppelin Community <maintainers@openzeppelin.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/OpenZeppelin/openzeppelin-contracts/issues"
},
"homepage": "https://openzeppelin.com/contracts/"
}