{
|
|
"name": "zksnark",
|
|
"version": "0.0.1",
|
|
"description": "zkSnark implementation in javascript",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"zksnark",
|
|
"zcash",
|
|
"ethereum",
|
|
"zero",
|
|
"knowlage",
|
|
"cryptography",
|
|
"circuit"
|
|
],
|
|
"author": "Jordi Baylina",
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"big-integer": "^1.6.34",
|
|
"chai": "^4.1.2",
|
|
"eslint": "^5.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-plugin-mocha": "^5.1.0"
|
|
}
|
|
}
|