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

  1. {
  2. "name": "circomlib",
  3. "version": "2.0.5",
  4. "description": "Basic circuits library for Circom",
  5. "main": "index.js",
  6. "directories": {
  7. "test": "test"
  8. },
  9. "scripts": {
  10. "test": "mocha --max-old-space-size=4000"
  11. },
  12. "keywords": [
  13. "pedersen",
  14. "hash",
  15. "ethereum",
  16. "circuit",
  17. "circom",
  18. "zksnark"
  19. ],
  20. "repository": {
  21. "type": "git",
  22. "url": "https://github.com/iden3/circomlib.git"
  23. },
  24. "author": "0Kims",
  25. "license": "GPL-3.0",
  26. "devDependencies": {
  27. "blake-hash": "^2.0.0",
  28. "chai": "^4.3.4",
  29. "circom_tester": "0.0.13",
  30. "circomlibjs": "^0.1.4",
  31. "mocha": "^9.1.3"
  32. }
  33. }