tornado-core/contracts/package.json

19 lines
338 B
JSON
Raw Normal View History

2019-07-09 15:05:30 +02:00
{
"name": "contracts",
"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-solidity": "^2.3.0"
}
}