-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 988 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "@railgun-community/circomlibjs",
"version": "0.0.8",
"description": "Javascript library to work with circomlib",
"main": "index.js",
"scripts": {
"test": "mocha",
"poseidonOptimizeConstants": "node tools/poseidon_optimize_constants.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Railgun-Community/circomlibjs.git"
},
"keywords": [
"circom",
"circomlib",
"iden3",
"snarkjs",
"snark",
"zero",
"knowledge"
],
"author": "Jordi Baylina",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Railgun-Community/circomlibjs/issues"
},
"homepage": "https://github.com/Railgun-Community/circomlibjs#readme",
"devDependencies": {
"chai": "^4.3.4",
"ganache-cli": "^6.12.2",
"mocha": "6"
},
"dependencies": {
"blake-hash": "^2.0.0",
"blake2b": "^2.1.3",
"@railgun-community/ffjavascript": "0.1.0",
"web3": "^1.6.0",
"web3-utils": "^1.6.0"
}
}