{ "name": "blockey", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "node server.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "body-parser": "^1.18.3", "cors": "^2.8.4", "express": "^4.16.3", "node-fetch": "^2.1.2", "request": "^2.87.0", "web3": "^1.0.0-beta.34" } }