poa-bridge/jsTests/package.json

17 lines
335 B
JSON
Raw Normal View History

2017-10-04 19:56:14 -07:00
{
2017-10-05 04:36:27 -07:00
"name": "bridge_jstests",
2017-10-04 19:56:14 -07:00
"version": "1.0.0",
"description": "",
"main": "investWithBridge.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node investWithBridge"
},
"author": "",
"license": "ISC",
"dependencies": {
2017-10-18 07:30:56 -07:00
"toml": "^2.3.3",
"web3": "^1.0.0-beta.23"
2017-10-04 19:56:14 -07:00
}
}