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.
 

25 lines
624 B

{
"name": "livereload-server",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brettlangdon/livereload-server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/brettlangdon/livereload-server/issues"
},
"homepage": "https://github.com/brettlangdon/livereload-server#readme",
"dependencies": {
"connect-livereload": "^0.6.0",
"express": "^4.16.2",
"livereload": "^0.6.3",
"yargs": "^10.0.3"
}
}