This commit is contained in:
Jordi Baylina 2020-03-26 22:49:31 +01:00
parent 899d15f0c2
commit 7bf8325662
No known key found for this signature in database
GPG Key ID: 7480C80C1BE43112
2 changed files with 815 additions and 306 deletions

1115
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -26,15 +26,15 @@
"dependencies": { "dependencies": {
"blake-hash": "^1.1.0", "blake-hash": "^1.1.0",
"blake2b": "^2.1.3", "blake2b": "^2.1.3",
"circom": "0.5.2", "circom": "0.5.3",
"ffjavascript": "0.0.3", "ffjavascript": "0.0.3",
"snarkjs": "^0.1.20", "snarkjs": "^0.1.22",
"typedarray-to-buffer": "^3.1.5", "typedarray-to-buffer": "^3.1.5",
"web3": "^1.2.6" "web3": "^1.2.6"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^6.8.0", "eslint": "^6.8.0",
"ganache-cli": "^6.9.1", "ganache-cli": "^6.9.1",
"mocha": "^5.2.0" "mocha": "^7.1.1"
} }
} }