{
|
|
"name": "circomlib",
|
|
"version": "0.0.20",
|
|
"description": "Basic circuits library for Circom",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --max-old-space-size=4000"
|
|
},
|
|
"keywords": [
|
|
"pedersen",
|
|
"hash",
|
|
"ethereum",
|
|
"circuit",
|
|
"circom",
|
|
"zksnark"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/iden3/circomlib.git"
|
|
},
|
|
"author": "0Kims",
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"blake-hash": "^1.1.0",
|
|
"blake2b": "^2.1.3",
|
|
"circom": "0.0.35",
|
|
"fflib": "0.0.1",
|
|
"snarkjs": "^0.1.20",
|
|
"typedarray-to-buffer": "^3.1.5",
|
|
"web3": "^1.0.0-beta.55"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-plugin-mocha": "^5.2.0",
|
|
"ganache-cli": "^6.4.4",
|
|
"mocha": "^5.2.0"
|
|
}
|
|
}
|