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

{
"name": "cirpedersen",
"version": "0.0.1",
"description": "Pesersen Circuit for Circom",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"pedersen",
"hash",
"ethereum",
"circuit",
"circom",
"zksnark"
],
"author": "Jordi Baylina",
"license": "GPL-3.0",
"dependencies": {
"circom": "0.0.7",
"zksnark": "0.0.11"
},
"devDependencies": {
"mocha": "^5.2.0"
}
}