mirror of
https://github.com/arnaucube/circom.git
synced 2026-02-07 03:06:42 +01:00
Dependencies updated and publish
This commit is contained in:
17
package.json
17
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user