{ "name": "@brett_langdon/lrserver", "version": "1.0.1", "description": "LiveReload static file server that injects livereload-js into HTML files", "main": "main.js", "bin": { "lrserver": "./main.js", "lrs": "./main.js" }, "repository": { "type": "git", "url": "git+https://github.com/brettlangdon/lrserver.git" }, "author": "Brett Langdon ", "license": "ISC", "bugs": { "url": "https://github.com/brettlangdon/lrserver/issues" }, "homepage": "https://github.com/brettlangdon/lrserver", "dependencies": { "connect-livereload": "^0.6.0", "express": "^4.16.2", "livereload": "^0.6.3", "yargs": "^10.0.3" } }