signal-channel
Version:
A signal channel that empowers webrtc
51 lines (50 loc) • 1.91 kB
JSON
{
"name": "live-reload",
"version": "0.2.0",
"description": "A live reload server & client",
"keywords": [],
"author": {
"name": "Raynos",
"email": "raynos2@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/Raynos/live-reload.git"
},
"main": "index",
"homepage": "https://github.com/Raynos/live-reload",
"browserify": "browser.js",
"contributors": [
{
"name": "Jake Verbaten"
}
],
"bugs": {
"url": "https://github.com/Raynos/live-reload/issues",
"email": "raynos2@gmail.com"
},
"dependencies": {
"shoe": "0.0.5",
"hound": "~1.0.4",
"reconnect": "~0.1.3",
"optimist": "~0.3.4",
"watchr": "~2.1.5",
"browserify-server": "~2.0.3",
"filed": "0.0.7"
},
"devDependencies": {},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/Raynos/live-reload/raw/master/LICENSE"
}
],
"scripts": {},
"bin": {
"live-reload": "bin/reload.js"
},
"readme": "# live-reload\n\nA live reload server & client\n\n## Docs\n\n```\nUsage:\n\n live-reload [uri] --port=somePort --delay=someDelay\n\n Runs a live-reload server on the port. It listens on all files\n in the uri and sends reload commands to any browsers\n connected to it if the files change.\n\n If a delay is set then it will send the command once the\n file has changed and the delay has elapsed. This is\n useful if your changing many files at once and only\n want to reload say 1s after all files have been written\n to disk.\n\n To connect a browser to a live-reload server simply add\n <script src=\"localhost:somePort\"></script> to your page\n```\n\n## Installation\n\n`npm install live-reload`\n\n## Contributors\n\n - Raynos\n\n## MIT Licenced\n",
"readmeFilename": "README.md",
"_id": "live-reload@0.2.0",
"_from": "live-reload@~0.2.0"
}