{ "name": "nexto_server", "version": "1.0.0", "description": "", "main": "app.js", "dependencies": { "express": "^4.16.3", "mysql": "^2.16.0", "socket.io": "^2.1.1", "twit": "^2.2.11", "webhoseio": "^1.0.2" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node app.js" }, "author": "", "license": "ISC", "engines": { "node": "8.4.0" } }