{ "name": "nodejs-express4-rest-api", "version": "0.0.0", "private": true, "scripts": { "start": "node ./bin/www" }, "description": "nodejs-express4-rest-api", "author": { "name": "Jovan Popovic", "email": "jovanpop@microsoft.com" }, "dependencies": { "body-parser": "^1.15.2", "debug": "^2.2.0", "express": "^4.14.0", "tedious": "^1.14.0" } }