{
|
|
"name": "circom_tester",
|
|
"version": "0.0.5",
|
|
"description": "Tools for testing circom circuits.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/iden3/circom_tester.git"
|
|
},
|
|
"keywords": [
|
|
"circom",
|
|
"test",
|
|
"snarkjs",
|
|
"iden3"
|
|
],
|
|
"author": "Albert Rubio",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/iden3/circom_tester/issues"
|
|
},
|
|
"homepage": "https://github.com/iden3/circom_tester#readme",
|
|
"dependencies": {
|
|
"chai": "^4.3.4",
|
|
"child_process": "^1.0.2",
|
|
"ffjavascript": "^0.2.38",
|
|
"fnv-plus": "^1.3.1",
|
|
"r1csfile": "0.0.16",
|
|
"tmp-promise": "^3.0.2",
|
|
"util": "^0.12.4"
|
|
}
|
|
}
|