package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. "coveralls": "scripts/coveralls.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. "devDependencies": {
  30. "babel-polyfill": "^6.23.0",
  31. "babel-preset-es2015": "^6.18.0",
  32. "babel-preset-stage-2": "^6.18.0",
  33. "babel-preset-stage-3": "^6.17.0",
  34. "babel-register": "^6.23.0",
  35. "chai": "^4.0.2",
  36. "chai-as-promised": "^7.0.0",
  37. "chai-bignumber": "^2.0.0",
  38. "coveralls": "^2.13.1",
  39. "ethereumjs-testrpc": "^3.0.2",
  40. "mocha-lcov-reporter": "^1.3.0",
  41. "solidity-coverage": "^0.2.1",
  42. "truffle": "^3.4.6",
  43. "truffle-hdwallet-provider": "0.0.3"
  44. }
  45. }