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.

29 lines
486 B

5 years ago
  1. {
  2. "name": "cirpedersen",
  3. "version": "0.0.1",
  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. "circom": "0.0.7",
  24. "zksnark": "0.0.11"
  25. },
  26. "devDependencies": {
  27. "mocha": "^5.2.0"
  28. }
  29. }