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.
 
 

48 lines
979 B

{
"name": "circom",
"version": "0.5.34",
"description": "Language to generate logic circuits",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --max-old-space-size=4000",
"buildParser": "jison parser/jaz.jison -o parser/jaz.js"
},
"bin": {
"circom": "cli.js"
},
"keywords": [
"zkSnarks",
"r1cs",
"circuits",
"zero",
"knowlage",
"ethereum",
"zcash"
],
"author": "0kims",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/iden3/circom.git"
},
"dependencies": {
"chai": "^4.2.0",
"circom_runtime": "0.1.9",
"fastfile": "0.0.18",
"ffiasm": "0.1.1",
"ffjavascript": "0.2.22",
"ffwasm": "0.0.7",
"fnv-plus": "^1.3.1",
"r1csfile": "0.0.16",
"tmp-promise": "^2.0.2",
"wasmbuilder": "0.0.10"
},
"devDependencies": {
"eslint": "^6.8.0",
"jison": "^0.4.18",
"yargs": "^15.3.1"
}
}