circomlib/package.json

40 lines
792 B
JSON
Raw Normal View History

2018-10-21 20:51:38 +03:00
{
2018-12-20 10:28:11 +03:00
"name": "circomlib",
2019-08-30 11:38:19 +03:00
"version": "0.0.14",
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",
2019-06-28 11:50:49 +03:00
"blake2b": "^2.1.3",
2019-09-05 18:12:47 +03:00
"snarkjs": "^0.1.19",
2019-03-17 12:36:14 +03:00
"typedarray-to-buffer": "^3.1.5",
2019-07-08 15:08:04 +03:00
"web3": "^1.0.0-beta.55"
2018-10-21 20:51:38 +03:00
},
"devDependencies": {
2019-06-04 14:40:15 +03:00
"circom": "0.0.28",
2018-11-11 21:52:07 +03:00
"eslint-plugin-mocha": "^5.2.0",
2019-07-08 15:08:04 +03:00
"ganache-cli": "^6.4.4",
2018-12-23 02:02:40 +03:00
"mocha": "^5.2.0"
2018-10-21 20:51:38 +03:00
}
}