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

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. {
  2. "name": "cirpedersen",
  3. "version": "0.0.3",
  4. "description": "Pesersen Circuit for Circom",
  5. "main": "index.js",
  6. "directories": {
  7. "test": "test"
  8. },
  9. "scripts": {
  10. "test": "mocha"
  11. },
  12. "keywords": [
  13. "pedersen",
  14. "hash",
  15. "ethereum",
  16. "circuit",
  17. "circom",
  18. "zksnark"
  19. ],
  20. "author": "Jordi Baylina",
  21. "license": "GPL-3.0",
  22. "dependencies": {
  23. "blake-hash": "^1.1.0",
  24. "snarkjs": "0.1.7"
  25. },
  26. "devDependencies": {
  27. "circom": "0.0.22",
  28. "eslint-plugin-mocha": "^5.2.0",
  29. "ganache-cli": "^6.2.3",
  30. "mocha": "^5.2.0",
  31. "web3": "^1.0.0-beta.36"
  32. }
  33. }