rebuzzer
Version:
Rebuzzer is a fullscreen button in the browser which executes a command on the server by clicking on it
41 lines (40 loc) • 952 B
JSON
{
"name": "rebuzzer",
"version": "1.3.1",
"description": "Rebuzzer is a fullscreen button in the browser which executes a command on the server by clicking on it",
"main": "server.js",
"dependencies": {
"async": "^2.0.1",
"express": "^4.14.0",
"is-running": "^2.1.0",
"minimist": "^1.2.0",
"ps-tree": "^1.1.0",
"socket.io": "^1.4.8",
"tree-kill": "^1.1.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"bin": {
"rebuzzer": "server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/romshark/rebuzzer.git"
},
"keywords": [
"buzzer",
"restart",
"process",
"command",
"cli"
],
"author": "Roman Sharkov",
"license": "MIT",
"bugs": {
"url": "https://github.com/romshark/rebuzzer/issues"
},
"homepage": "https://github.com/romshark/rebuzzer#readme"
}