-
Notifications
You must be signed in to change notification settings - Fork 82
/
package.json
48 lines (48 loc) · 984 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
42
43
44
45
46
47
48
{
"name": "circom",
"version": "0.5.46",
"description": "Language to generate logic circuits",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --max-old-space-size=4000",
"buildParser": "jison parser/jaz.jison -o parser/jaz.js"
},
"bin": {
"circom": "cli.js"
},
"keywords": [
"zkSnarks",
"r1cs",
"circuits",
"zero",
"knowlage",
"ethereum",
"zcash"
],
"author": "0kims",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/iden3/circom_old.git"
},
"dependencies": {
"chai": "^4.2.0",
"circom_runtime": "0.1.12",
"fastfile": "0.0.18",
"ffiasm": "0.1.1",
"ffjavascript": "0.2.22",
"ffwasm": "0.0.7",
"fnv-plus": "^1.3.1",
"r1csfile": "0.0.16",
"tmp-promise": "^2.0.2",
"wasmbuilder": "0.0.10"
},
"devDependencies": {
"eslint": "^6.8.0",
"jison": "^0.4.18",
"yargs": "^15.3.1"
}
}