circomlibjs/package.json

40 lines
822 B
JSON

{
"name": "circomlibjs",
"version": "0.0.1",
"description": "Javascript library to work with circomlibç",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iden3/circomlibjs.git"
},
"keywords": [
"circom",
"circomlib",
"iden3",
"snarkjs",
"snark",
"zero",
"knowledge"
],
"author": "Jordi Baylina",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/iden3/circomlibjs/issues"
},
"homepage": "https://github.com/iden3/circomlibjs#readme",
"devDependencies": {
"chai": "^4.3.4",
"ganache-cli": "^6.12.2"
},
"dependencies": {
"blake-hash": "^2.0.0",
"blake2b": "^2.1.3",
"ffjavascript": "^0.2.38",
"web3": "^1.6.0",
"web3-utils": "^1.6.0"
}
}