Dependencies updated and publish

This commit is contained in:
Jordi Baylina
2018-09-05 05:25:32 +02:00
parent ff2ecd310e
commit 89b711050d
31 changed files with 349 additions and 22759 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "jaz",
"version": "0.0.1",
"version": "0.0.2",
"description": "Language to generate logica circuits",
"main": "index.js",
"directories": {
@@ -8,7 +8,10 @@
},
"scripts": {
"test": "mocha",
"buildParser": "jison parser/jaz.jison"
"buildParser": "jison parser/jaz.jison -o parser/jaz.js"
},
"bin": {
"jaz": "cli.js"
},
"keywords": [
"zkSnarks",
@@ -19,8 +22,12 @@
"ethereum",
"zcash"
],
"author": "Jordi Baylina",
"author": "0kims",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/iden3/jaz.git"
},
"dependencies": {
"big-integer": "^1.6.32",
"optimist": "^0.6.1"
@@ -28,6 +35,8 @@
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^5.0.1",
"eslint-plugin-mocha": "^5.0.0"
"eslint-plugin-mocha": "^5.0.0",
"jison": "^0.4.18",
"zksnark": "0.0.2"
}
}