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.

31 lines
551 B

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. {
  2. "name": "cirpedersen",
  3. "version": "0.0.2",
  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. "circom": "0.0.20",
  25. "snarkjs": "0.1.6"
  26. },
  27. "devDependencies": {
  28. "eslint-plugin-mocha": "^5.2.0",
  29. "mocha": "^5.2.0"
  30. }
  31. }