You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

34 lines
787 B

{
"name": "circom_tester",
"version": "0.0.1",
"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.32",
"tmp-promise": "^3.0.2",
"util": "^0.12.4"
}
}