2018-08-09 08:16:34 +02:00
|
|
|
{
|
2018-10-21 18:24:49 +02:00
|
|
|
"name": "snarkjs",
|
2018-11-11 19:48:28 +01:00
|
|
|
"version": "0.1.6",
|
2018-09-10 11:53:09 +02:00
|
|
|
"description": "zkSNARKs implementation in JavaScript",
|
2018-08-09 08:16:34 +02:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2018-09-05 04:56:49 +02:00
|
|
|
"test": "mocha"
|
2018-08-09 08:16:34 +02:00
|
|
|
},
|
2018-10-21 18:24:49 +02:00
|
|
|
"bin": {
|
|
|
|
"snarkjs": "cli.js"
|
|
|
|
},
|
|
|
|
"directories": {
|
|
|
|
"templates": "templates"
|
|
|
|
},
|
2018-08-09 08:16:34 +02:00
|
|
|
"keywords": [
|
|
|
|
"zksnark",
|
|
|
|
"zcash",
|
|
|
|
"ethereum",
|
|
|
|
"zero",
|
|
|
|
"knowlage",
|
|
|
|
"cryptography",
|
|
|
|
"circuit"
|
|
|
|
],
|
|
|
|
"author": "Jordi Baylina",
|
|
|
|
"license": "GPL-3.0",
|
2018-09-05 04:56:49 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-10-21 18:24:49 +02:00
|
|
|
"url": "https://github.com/iden3/snarkjs.git"
|
2018-09-05 04:56:49 +02:00
|
|
|
},
|
2018-08-09 08:16:34 +02:00
|
|
|
"dependencies": {
|
2018-09-05 20:40:59 +02:00
|
|
|
"big-integer": "^1.6.35",
|
2018-08-12 20:37:43 +02:00
|
|
|
"chai": "^4.1.2",
|
2018-10-21 20:11:34 +02:00
|
|
|
"eslint": "^5.3.0",
|
|
|
|
"yargs": "^12.0.2"
|
2018-08-09 08:16:34 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-09-05 04:56:49 +02:00
|
|
|
"eslint-plugin-mocha": "^5.1.0",
|
|
|
|
"mocha": "^5.2.0"
|
2018-08-09 08:16:34 +02:00
|
|
|
}
|
|
|
|
}
|