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.

38 lines
765 B

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
4 years ago
5 years ago
5 years ago
4 years ago
5 years ago
5 years ago
  1. {
  2. "name": "circomlib",
  3. "version": "0.0.8",
  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. "snarkjs": "0.1.11",
  29. "typedarray-to-buffer": "^3.1.5",
  30. "web3": "^1.0.0-beta.55"
  31. },
  32. "devDependencies": {
  33. "circom": "0.0.28",
  34. "eslint-plugin-mocha": "^5.2.0",
  35. "ganache-cli": "^6.4.4",
  36. "mocha": "^5.2.0"
  37. }
  38. }