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
613 B

6 years ago
6 years ago
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": "mocha",
  11. "buildParser": "jison parser/jaz.jison"
  12. },
  13. "keywords": [
  14. "zkSnarks",
  15. "r1cs",
  16. "circuits",
  17. "zero",
  18. "knowlage",
  19. "ethereum",
  20. "zcash"
  21. ],
  22. "author": "Jordi Baylina",
  23. "license": "GPL-3.0",
  24. "dependencies": {
  25. "big-integer": "^1.6.32",
  26. "optimist": "^0.6.1"
  27. },
  28. "devDependencies": {
  29. "chai": "^4.1.2",
  30. "eslint": "^5.0.1",
  31. "eslint-plugin-mocha": "^5.0.0"
  32. }
  33. }