You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
705B

  1. {
  2. "name": "rpc-explorer",
  3. "version": "1.0.0",
  4. "scripts": {
  5. "start": "node ./bin/www"
  6. },
  7. "repository": {
  8. "type": "git",
  9. "url": "https://github.com/smartcash/rpc-explorer.git"
  10. },
  11. "dependencies": {
  12. "bitcoin": "3.0.1",
  13. "body-parser": "~1.16.0",
  14. "cookie-parser": "~1.4.3",
  15. "crypto-js": "3.1.9-1",
  16. "debug": "~2.6.0",
  17. "decimal.js": "7.2.3",
  18. "express": "~4.14.1",
  19. "express-session": "1.15.2",
  20. "jstransformer-markdown-it": "^2.0.0",
  21. "moment": "^2.18.1",
  22. "moment-duration-format": "1.3.0",
  23. "monk": "^4.0.0",
  24. "morgan": "~1.7.0",
  25. "pug": "2.0.0-rc.2",
  26. "serve-favicon": "~2.3.2",
  27. "simple-git": "1.73.0"
  28. },
  29. "license": "MIT"
  30. }