{ "name": "@openzeppelin/contracts", "version": "2.3.0", "description": "Secure Smart Contract library for Solidity", "files": [ "**/*.sol", "/build/*.json", "!/mocks", "!/examples" ], "scripts": { "prepare": "bash ../scripts/prepare-contracts-package.sh" }, "repository": { "type": "git", "url": "https://github.com/OpenZeppelin/openzeppelin-contracts.git" }, "keywords": [ "solidity", "ethereum", "smart", "contracts", "security", "zeppelin" ], "author": "OpenZeppelin Community ", "license": "MIT", "bugs": { "url": "https://github.com/OpenZeppelin/openzeppelin-contracts/issues" }, "homepage": "https://github.com/OpenZeppelin/openzeppelin-contracts" }