mirror of
https://github.com/zkitter/ffjavascript.git
synced 2026-01-12 16:38:52 -05:00
37 lines
727 B
JSON
37 lines
727 B
JSON
{
|
|
"name": "ffjavascript",
|
|
"version": "0.1.3",
|
|
"description": "Finite Field Library in Javascript",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/iden3/ffjs.git"
|
|
},
|
|
"keywords": [
|
|
"Finite",
|
|
"Field",
|
|
"Javascript",
|
|
"Snark",
|
|
"Cryptography",
|
|
"Library"
|
|
],
|
|
"author": "Jordi Baylina",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/iden3/ffjs/issues"
|
|
},
|
|
"homepage": "https://github.com/iden3/ffjs#readme",
|
|
"dependencies": {
|
|
"big-integer": "^1.6.48",
|
|
"wasmsnark": "0.0.10"
|
|
},
|
|
"devDependencies": {
|
|
"blake2b": "^2.1.3",
|
|
"chai": "^4.2.0",
|
|
"eslint": "^6.8.0"
|
|
}
|
|
}
|