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.
 
 

33 lines
613 B

{
"name": "jaz",
"version": "0.0.1",
"description": "Language to generate logica circuits",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha",
"buildParser": "jison parser/jaz.jison"
},
"keywords": [
"zkSnarks",
"r1cs",
"circuits",
"zero",
"knowlage",
"ethereum",
"zcash"
],
"author": "Jordi Baylina",
"license": "GPL-3.0",
"dependencies": {
"big-integer": "^1.6.32",
"optimist": "^0.6.1"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^5.0.1",
"eslint-plugin-mocha": "^5.0.0"
}
}