{
|
|
"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"
|
|
}
|
|
}
|