mirror of
https://github.com/tornadocash/snarkjs.git
synced 2024-11-01 07:45:43 +01:00
41 lines
742 B
JSON
41 lines
742 B
JSON
{
|
|
"name": "snarkjs",
|
|
"version": "0.1.4",
|
|
"description": "zkSNARKs implementation in JavaScript",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"bin": {
|
|
"snarkjs": "cli.js"
|
|
},
|
|
"directories": {
|
|
"templates": "templates"
|
|
},
|
|
"keywords": [
|
|
"zksnark",
|
|
"zcash",
|
|
"ethereum",
|
|
"zero",
|
|
"knowlage",
|
|
"cryptography",
|
|
"circuit"
|
|
],
|
|
"author": "Jordi Baylina",
|
|
"license": "GPL-3.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/iden3/snarkjs.git"
|
|
},
|
|
"dependencies": {
|
|
"big-integer": "^1.6.35",
|
|
"chai": "^4.1.2",
|
|
"eslint": "^5.3.0",
|
|
"yargs": "^12.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-plugin-mocha": "^5.1.0",
|
|
"mocha": "^5.2.0"
|
|
}
|
|
}
|