LiveReload static file server that also injects livereload-js into any HTML files.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

26 lines
685 B

{
"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 <me@brett.is>",
"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"
}
}