package.json 701 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "zeppelin-solidity",
  3. "version": "0.0.9",
  4. "description": "Secure Smart Contract library for Solidity",
  5. "main": "truffle.js",
  6. "devDependencies": {},
  7. "scripts": {
  8. "test": "truffle test",
  9. "install": "scripts/install.sh"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/OpenZeppelin/zeppelin-solidity.git"
  14. },
  15. "keywords": [
  16. "solidity",
  17. "ethereum",
  18. "smart",
  19. "contracts",
  20. "security",
  21. "zeppelin"
  22. ],
  23. "author": "Manuel Araoz <manuelaraoz@gmail.com>",
  24. "license": "MIT",
  25. "bugs": {
  26. "url": "https://github.com/OpenZeppelin/zeppelin-solidity/issues"
  27. },
  28. "homepage": "https://github.com/OpenZeppelin/zeppelin-solidity"
  29. }