watch_refresh
Version:
refreshes client browsers when changes are made, uses JSONP script tags to refresh, use this only in a secure/local environment, very light none-secure app for tinkering
39 lines (38 loc) • 836 B
JSON
{
"name": "watch_refresh",
"version": "1.1.5",
"description": "refreshes client browsers when changes are made, uses JSONP script tags to refresh, use this only in a secure/local environment, very light none-secure app for tinkering",
"main": "watch_refresh.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"browser",
"browser-refresh",
"refresh",
"auto-restart",
"client-refresh",
"watch",
"watcher",
"monitor",
"file",
"directory",
"auto-restart",
"monitor",
"development",
"reload",
"restart",
"start",
"run",
"modify"
],
"repository": {
"type": "git",
"url": "watch_refresh"
},
"author": "mattias lemmens",
"license": "ISC",
"dependencies": {
"on-file-change": "^0.1.0"
}
}