socketio-live-reload
Version:
in browser live reload using socket.io
31 lines (30 loc) • 651 B
JSON
{
"name": "socketio-live-reload",
"version": "1.0.4",
"description": "in browser live reload using socket.io",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"client/"
],
"keywords": [
"socketIO",
"live-reload",
"watch",
"reload"
],
"author": "ben eaves",
"license": "MIT",
"dependencies": {
"chalk": "^2.4.1",
"chokidar": "^2.0.3",
"socket.io": "^2.2.0"
},
"homepage": "https://github.com/angeal185/socketio-live-reload",
"repository": {
"type": "git",
"url": "git://github.com/angeal185/socketio-live-reload.git"
}
}