{ "name": "image-server", "version": "1.0.0", "main": "index.js", "license": "MIT", "scripts": { "start": "nodemon ./index" }, "dependencies": { "body-parser": "^1.17.1", "express": "^4.15.2", "morgan": "^1.8.1", "nodemon": "^1.11.0" } }