You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{
|
|
"name": "miksi-app",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "browserify node_modules/snarkjs/index.js -o lib/snarkjs.js --standalone snarkjs --ignore-missing",
|
|
"predeploy": "npm install",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^0.18.0",
|
|
"bootstrap": "^4.2.1",
|
|
"toastr": "^2.1.4",
|
|
"wasmsnark": "0.0.10",
|
|
"snarkjs": "^0.1.31",
|
|
"web3": "1.2.7"
|
|
},
|
|
"devDependencies": {
|
|
"browserify": "^16.5.0"
|
|
}
|
|
}
|