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

5 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. {
  2. "name": "circomlib",
  3. "version": "0.0.20",
  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. "dependencies": {
  27. "blake-hash": "^1.1.0",
  28. "blake2b": "^2.1.3",
  29. "circom": "0.5.2",
  30. "ffjavascript": "0.0.3",
  31. "snarkjs": "^0.1.20",
  32. "typedarray-to-buffer": "^3.1.5",
  33. "web3": "^1.2.6"
  34. },
  35. "devDependencies": {
  36. "eslint": "^6.8.0",
  37. "ganache-cli": "^6.9.1",
  38. "mocha": "^5.2.0"
  39. }
  40. }