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.

33 lines
628 B

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. {
  2. "name": "zksnark",
  3. "version": "0.0.1",
  4. "description": "zkSnark implementation in javascript",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "mocha"
  8. },
  9. "keywords": [
  10. "zksnark",
  11. "zcash",
  12. "ethereum",
  13. "zero",
  14. "knowlage",
  15. "cryptography",
  16. "circuit"
  17. ],
  18. "author": "Jordi Baylina",
  19. "license": "GPL-3.0",
  20. "repository": {
  21. "type": "git",
  22. "url": "git+https://github.com/iden3/zksnark.git"
  23. },
  24. "dependencies": {
  25. "big-integer": "^1.6.34",
  26. "chai": "^4.1.2",
  27. "eslint": "^5.3.0"
  28. },
  29. "devDependencies": {
  30. "eslint-plugin-mocha": "^5.1.0",
  31. "mocha": "^5.2.0"
  32. }
  33. }