package.json 764 B

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