{ "name": "circomlib", "version": "0.0.8", "description": "Basic circuits library for Circom", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "mocha --max-old-space-size=4000" }, "keywords": [ "pedersen", "hash", "ethereum", "circuit", "circom", "zksnark" ], "repository": { "type": "git", "url": "https://github.com/iden3/circomlib.git" }, "author": "0Kims", "license": "GPL-3.0", "dependencies": { "blake-hash": "^1.1.0", "snarkjs": "0.1.11", "typedarray-to-buffer": "^3.1.5", "web3": "^1.0.0-beta.55" }, "devDependencies": { "circom": "0.0.28", "eslint-plugin-mocha": "^5.2.0", "ganache-cli": "^6.4.4", "mocha": "^5.2.0" } }