{ "name": "tmw-api", "version": "0.1.0", "description": "TMW RESTful API", "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "The Mana World", "license": "ISC", "dependencies": { "body-parser": "^1.18.2", "express": "^4.16.3", "mysql": "^2.15.0" } }