First commit

This commit is contained in:
Jordi Baylina
2018-08-09 08:21:17 +02:00
commit 281b52339c
62 changed files with 25533 additions and 0 deletions

31
package.json Normal file
View File

@@ -0,0 +1,31 @@
{
"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"
}
}