package.json 934 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "Mist-Interface",
  3. "version": "0.1.0",
  4. "description": "Mist interface application",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "build:interface": "meteor-build-client ../.build-interface -p ''"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/ethereum/mist.git"
  13. },
  14. "keywords": [
  15. "ethereum",
  16. "mist",
  17. "web3"
  18. ],
  19. "author": "Fabian Vogelsteller <fabian@ethereum.org>",
  20. "license": "GPL-3.0",
  21. "bugs": {
  22. "url": "https://github.com/ethereum/mist/issues"
  23. },
  24. "homepage": "https://github.com/ethereum/mist#readme",
  25. "dependencies": {
  26. "@babel/runtime": "^7.0.0-beta.42",
  27. "moment": "^2.22.0",
  28. "react": "^16.2.0",
  29. "react-dom": "^16.2.0",
  30. "react-minimal-pie-chart": "^3.0.1",
  31. "react-redux": "^5.0.7",
  32. "redux": "^3.7.2"
  33. },
  34. "devDependencies": {
  35. "meteor-build-client": "^0.4.1"
  36. }
  37. }