tornado-nova/package.json

20 lines
370 B
JSON
Raw Normal View History

2020-04-08 11:41:12 +02:00
{
"name": "tornado-pool",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@openzeppelin/contracts": "^2.5.0",
"circomlib": "0.0.21"
}
}