{ "name": "http-listener", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "nodemon index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "bin": { "http-listener": "./index.js" }, "license": "ISC", "dependencies": { "express": "^4.16.4", "minimist": "^1.2.0", "morgan": "^1.9.1", "nodemon": "^1.18.10" } }