forked from iden3/ffiasm-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 971 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
{
"name": "ffiasm",
"version": "0.1.4",
"description": "Intel assembly finite field library builder",
"main": "index.js",
"scripts": {
"test": "mocha",
"benchmark": "node benchmark/benchmark.js",
"task": "node ./tasksfile.js"
},
"bin": {
"buildzqfield": "src/buildzqfield.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iden3/ffiasm.git"
},
"keywords": [
"Finite",
"Field",
"Intel",
"Assembly",
"Template",
"Builder",
"Fast",
"Zq"
],
"author": "Jordi Baylina",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/iden3/ffiasm/issues"
},
"homepage": "https://github.com/iden3/ffiasm#readme",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.8.0",
"ffjavascript": "0.0.3",
"tasksfile": "^5.1.0",
"tmp-promise": "^2.0.2"
},
"dependencies": {
"big-integer": "^1.6.48",
"ejs": "^3.0.1",
"yargs": "^15.3.1"
}
}