2018-08-09 08:16:34 +02:00
|
|
|
{
|
2018-10-21 18:24:49 +02:00
|
|
|
"name": "snarkjs",
|
2019-08-02 00:10:55 +02:00
|
|
|
"version": "0.1.16",
|
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": {
|
2019-04-12 14:15:06 +02:00
|
|
|
"big-integer": "^1.6.43",
|
|
|
|
"chai": "^4.2.0",
|
2019-02-05 20:22:55 +01:00
|
|
|
"escape-string-regexp": "^1.0.5",
|
2019-04-12 14:15:06 +02:00
|
|
|
"eslint": "^5.16.0",
|
2019-06-16 00:12:50 +02:00
|
|
|
"keccak": "^2.0.0",
|
2019-04-12 14:15:06 +02:00
|
|
|
"yargs": "^12.0.5"
|
2018-08-09 08:16:34 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-04-12 14:15:06 +02:00
|
|
|
"eslint-plugin-mocha": "^5.3.0",
|
2018-09-05 04:56:49 +02:00
|
|
|
"mocha": "^5.2.0"
|
2018-08-09 08:16:34 +02:00
|
|
|
}
|
|
|
|
}
|