circomlib/package.json

32 lines
551 B
JSON
Raw Normal View History

2018-10-21 20:51:38 +03:00
{
"name": "cirpedersen",
2018-11-11 21:52:20 +03:00
"version": "0.0.2",
2018-10-21 20:51:38 +03:00
"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": {
2018-11-11 21:52:07 +03:00
"blake-hash": "^1.1.0",
"circom": "0.0.20",
"snarkjs": "0.1.6"
2018-10-21 20:51:38 +03:00
},
"devDependencies": {
2018-11-11 21:52:07 +03:00
"eslint-plugin-mocha": "^5.2.0",
2018-10-21 20:51:38 +03:00
"mocha": "^5.2.0"
}
}