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

5 years ago
3 years ago
5 years ago
5 years ago
5 years ago
3 years ago
5 years ago
3 years ago
5 years ago
  1. {
  2. "name": "circomlib",
  3. "version": "0.3.0",
  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.33",
  30. "ffjavascript": "0.1.0"
  31. },
  32. "devDependencies": {
  33. "eslint": "^6.8.0",
  34. "ganache-cli": "^6.12.1",
  35. "mocha": "^7.1.1",
  36. "web3": "^1.3.0"
  37. }
  38. }