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.

26 lines
495 B

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": "echo \"Error: no test specified\" && exit 1"
  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. "dependencies": {
  21. "eslint": "^5.3.0"
  22. },
  23. "devDependencies": {
  24. "eslint-plugin-mocha": "^5.1.0"
  25. }
  26. }