{ "name": "url-shortener", "version": "1.0.0", "description": "A NodeJS + Express + MongoDB based URL shortener", "main": "app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "coligo.io", "license": "MIT", "dependencies": { "body-parser": "^1.14.1", "express": "^4.13.3", "mongoose": "4.2.9" } }