package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "zeppelin-solidity",
  3. "version": "1.2.0",
  4. "description": "Secure Smart Contract library for Solidity",
  5. "scripts": {
  6. "test": "scripts/test.sh",
  7. "console": "truffle console",
  8. "coverage": "scripts/coverage.sh"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/OpenZeppelin/zeppelin-solidity.git"
  13. },
  14. "keywords": [
  15. "solidity",
  16. "ethereum",
  17. "smart",
  18. "contracts",
  19. "security",
  20. "zeppelin"
  21. ],
  22. "author": "Manuel Araoz <manuelaraoz@gmail.com>",
  23. "license": "MIT",
  24. "bugs": {
  25. "url": "https://github.com/OpenZeppelin/zeppelin-solidity/issues"
  26. },
  27. "homepage": "https://github.com/OpenZeppelin/zeppelin-solidity",
  28. "devDependencies": {
  29. "babel-polyfill": "^6.23.0",
  30. "babel-preset-es2015": "^6.18.0",
  31. "babel-preset-stage-2": "^6.18.0",
  32. "babel-preset-stage-3": "^6.17.0",
  33. "babel-register": "^6.23.0",
  34. "chai": "^4.0.2",
  35. "chai-as-promised": "^7.0.0",
  36. "chai-bignumber": "^2.0.0",
  37. "coveralls": "^2.13.1",
  38. "ethereumjs-testrpc": "^4.1.1",
  39. "mocha-lcov-reporter": "^1.3.0",
  40. "solidity-coverage": "^0.2.2",
  41. "truffle": "^3.4.6",
  42. "truffle-hdwallet-provider": "0.0.3"
  43. }
  44. }