{
|
|
"name": "circom",
|
|
"version": "0.0.28",
|
|
"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": {
|
|
"big-integer": "^1.6.32",
|
|
"optimist": "^0.6.1",
|
|
"yargs": "^12.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"eslint": "^5.16.0",
|
|
"eslint-plugin-mocha": "^5.3.0",
|
|
"jison": "^0.4.18",
|
|
"snarkjs": "0.1.14"
|
|
}
|
|
}
|