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.

31 lines
584 B

6 years ago
  1. {
  2. "name": "jaz",
  3. "version": "0.0.1",
  4. "description": "Language to generate logica circuits",
  5. "main": "index.js",
  6. "directories": {
  7. "test": "test"
  8. },
  9. "scripts": {
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "keywords": [
  13. "zkSnarks",
  14. "r1cs",
  15. "circuits",
  16. "zero",
  17. "knowlage",
  18. "ethereum",
  19. "zcash"
  20. ],
  21. "author": "Jordi Baylina",
  22. "license": "GPL-3.0",
  23. "dependencies": {
  24. "big-integer": "^1.6.32",
  25. "optimist": "^0.6.1"
  26. },
  27. "devDependencies": {
  28. "eslint": "^5.0.1",
  29. "eslint-plugin-mocha": "^5.0.0"
  30. }
  31. }