{ "name": "emailer", "version": "1.0.0", "description": "", "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/mahuntington/emailer.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/mahuntington/emailer/issues" }, "homepage": "https://github.com/mahuntington/emailer#readme", "dependencies": { "express": "^4.15.3", "request": "^2.81.0" } }