circomlib/package.json

34 lines
636 B
JSON
Raw Normal View History

2018-10-21 20:51:38 +03:00
{
"name": "cirpedersen",
2018-11-28 12:29:19 +03:00
"version": "0.0.3",
2018-10-21 20:51:38 +03:00
"description": "Pesersen Circuit for Circom",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
2018-12-15 11:15:58 +03:00
"test": "mocha --max-old-space-size=4000"
2018-10-21 20:51:38 +03:00
},
"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",
2018-11-28 12:28:56 +03:00
"snarkjs": "0.1.7"
2018-10-21 20:51:38 +03:00
},
"devDependencies": {
2018-12-06 19:32:49 +03:00
"circom": "0.0.22",
2018-11-11 21:52:07 +03:00
"eslint-plugin-mocha": "^5.2.0",
2018-12-06 19:32:49 +03:00
"ganache-cli": "^6.2.3",
"mocha": "^5.2.0",
"web3": "^1.0.0-beta.36"
2018-10-21 20:51:38 +03:00
}
}