ethpm.json 337 B

1234567891011121314151617
  1. {
  2. "package_name": "zeppelin",
  3. "version": "3.0.0-rc.1",
  4. "description": "Secure Smart Contract library for Solidity",
  5. "authors": [
  6. "OpenZeppelin Community <maintainers@openzeppelin.org>"
  7. ],
  8. "keywords": [
  9. "solidity",
  10. "ethereum",
  11. "smart",
  12. "contracts",
  13. "security",
  14. "zeppelin"
  15. ],
  16. "license": "MIT"
  17. }