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.

24 lines
579 B

  1. {
  2. "name": "miksi-app",
  3. "version": "0.0.1",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "build": "browserify node_modules/snarkjs/index.js -o lib/snarkjs.js --standalone snarkjs --ignore-missing",
  8. "predeploy": "npm install",
  9. "test": "echo \"Error: no test specified\" && exit 1"
  10. },
  11. "author": "",
  12. "license": "ISC",
  13. "dependencies": {
  14. "axios": "^0.18.0",
  15. "bootstrap": "^4.2.1",
  16. "toastr": "^2.1.4",
  17. "wasmsnark": "0.0.10",
  18. "snarkjs": "^0.1.31",
  19. "web3": "1.2.7"
  20. },
  21. "devDependencies": {
  22. "browserify": "^16.5.0"
  23. }
  24. }