circomlib/package.json

38 lines
726 B
JSON
Raw Normal View History

2018-10-21 20:51:38 +03:00
{
2018-12-20 10:28:11 +03:00
"name": "circomlib",
2018-12-23 02:02:50 +03:00
"version": "0.0.5",
2018-12-20 10:28:11 +03:00
"description": "Basic circuits library for Circom",
2018-10-21 20:51:38 +03:00
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
2018-12-15 11:15:58 +03:00
"test": "mocha --max-old-space-size=4000"
2018-10-21 20:51:38 +03:00
},
"keywords": [
"pedersen",
"hash",
"ethereum",
"circuit",
"circom",
"zksnark"
],
2018-12-20 10:28:11 +03:00
"repository": {
"type": "git",
"url": "https://github.com/iden3/circomlib.git"
},
"author": "0Kims",
2018-10-21 20:51:38 +03:00
"license": "GPL-3.0",
"dependencies": {
2018-11-11 21:52:07 +03:00
"blake-hash": "^1.1.0",
2018-12-23 02:02:40 +03:00
"snarkjs": "0.1.9",
"web3": "^1.0.0-beta.36"
2018-10-21 20:51:38 +03:00
},
"devDependencies": {
2018-12-23 02:02:40 +03:00
"circom": "0.0.24",
2018-11-11 21:52:07 +03:00
"eslint-plugin-mocha": "^5.2.0",
2018-12-06 19:32:49 +03:00
"ganache-cli": "^6.2.3",
2018-12-23 02:02:40 +03:00
"mocha": "^5.2.0"
2018-10-21 20:51:38 +03:00
}
}