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.

40 lines
742 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
5 years ago
5 years ago
5 years ago
5 years ago
  1. {
  2. "name": "snarkjs",
  3. "version": "0.1.5",
  4. "description": "zkSNARKs implementation in JavaScript",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "mocha"
  8. },
  9. "bin": {
  10. "snarkjs": "cli.js"
  11. },
  12. "directories": {
  13. "templates": "templates"
  14. },
  15. "keywords": [
  16. "zksnark",
  17. "zcash",
  18. "ethereum",
  19. "zero",
  20. "knowlage",
  21. "cryptography",
  22. "circuit"
  23. ],
  24. "author": "Jordi Baylina",
  25. "license": "GPL-3.0",
  26. "repository": {
  27. "type": "git",
  28. "url": "https://github.com/iden3/snarkjs.git"
  29. },
  30. "dependencies": {
  31. "big-integer": "^1.6.35",
  32. "chai": "^4.1.2",
  33. "eslint": "^5.3.0",
  34. "yargs": "^12.0.2"
  35. },
  36. "devDependencies": {
  37. "eslint-plugin-mocha": "^5.1.0",
  38. "mocha": "^5.2.0"
  39. }
  40. }