mirror of
https://github.com/tornadocash/circomlibjs.git
synced 2024-12-12 12:47:09 +01:00
41 lines
898 B
JSON
41 lines
898 B
JSON
{
|
|
"name": "circomlibjs",
|
|
"version": "0.0.2",
|
|
"description": "Javascript library to work with circomlib",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha",
|
|
"poseidonOptimizeConstants": "node tools/poseidon_optimize_constants.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/iden3/circomlibjs.git"
|
|
},
|
|
"keywords": [
|
|
"circom",
|
|
"circomlib",
|
|
"iden3",
|
|
"snarkjs",
|
|
"snark",
|
|
"zero",
|
|
"knowledge"
|
|
],
|
|
"author": "Jordi Baylina",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/iden3/circomlibjs/issues"
|
|
},
|
|
"homepage": "https://github.com/iden3/circomlibjs#readme",
|
|
"devDependencies": {
|
|
"chai": "^4.3.4",
|
|
"ganache-cli": "^6.12.2"
|
|
},
|
|
"dependencies": {
|
|
"blake-hash": "^2.0.0",
|
|
"blake2b": "^2.1.3",
|
|
"ffjavascript": "^0.2.38",
|
|
"web3": "^1.6.0",
|
|
"web3-utils": "^1.6.0"
|
|
}
|
|
}
|