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.
 
 

31 lines
584 B

{
"name": "jaz",
"version": "0.0.1",
"description": "Language to generate logica circuits",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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": {
"eslint": "^5.0.1",
"eslint-plugin-mocha": "^5.0.0"
}
}