browser-refresh
Version:
Node.js module to enable server updates and restart and browser refresh in response to file modifications
44 lines (43 loc) • 1.11 kB
JSON
{
"name": "browser-refresh",
"description": "Node.js module to enable server updates and restart and browser refresh in response to file modifications",
"main": "lib/index",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/patrick-steele-idem/browser-refresh.git"
},
"keywords": [
"browser",
"refresh",
"live",
"coding",
"reload",
"watch"
],
"author": "Patrick Steele-Idem <pnidem@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/patrick-steele-idem/browser-refresh/issues"
},
"homepage": "https://github.com/patrick-steele-idem/browser-refresh",
"bin": {
"browser-refresh": "bin/browser-refresh"
},
"dependencies": {
"async": "^0.9.0",
"browser-request": "^0.3.3",
"browserify": "^16.2.2",
"colors": "^0.6.2",
"express": "^4.16.3",
"ignoring-watcher": "^1.0.5",
"jsonminify": "^0.2.3",
"minimatch": "^3.0.4",
"opn": "^5.3.0",
"raptor-args": "^1",
"raptor-polyfill": "^1",
"raptor-util": "^1",
"socket.io": "^2.1.1"
},
"version": "1.7.3"
}