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

{
"name": "cirpedersen",
"version": "0.0.3",
"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": {
"blake-hash": "^1.1.0",
"circom": "0.0.21",
"snarkjs": "0.1.7"
},
"devDependencies": {
"eslint-plugin-mocha": "^5.2.0",
"mocha": "^5.2.0"
}
}