circomlib/package.json

39 lines
734 B
JSON
Raw Permalink Normal View History

2018-10-21 20:51:38 +03:00
{
2018-12-20 10:28:11 +03:00
"name": "circomlib",
2020-04-19 13:24:04 +03:00
"version": "0.2.1",
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": {
2020-04-19 13:23:55 +03:00
"blake-hash": "^1.1.0",
2019-06-28 11:50:49 +03:00
"blake2b": "^2.1.3",
"circom": "0.5.8",
"ffjavascript": "0.1.0",
2020-03-26 21:24:20 +03:00
"web3": "^1.2.6"
2018-10-21 20:51:38 +03:00
},
"devDependencies": {
2020-03-26 21:24:20 +03:00
"eslint": "^6.8.0",
"ganache-cli": "^6.9.1",
2020-03-27 00:49:31 +03:00
"mocha": "^7.1.1"
2018-10-21 20:51:38 +03:00
}
}