69 lines
1.3 KiB
JSON
69 lines
1.3 KiB
JSON
{
|
|
"name": "pm2-gui",
|
|
"version": "0.1.4-alpha",
|
|
"description": "An elegant web & terminal interface for Unitech/PM2.",
|
|
"main": "./pm2-gui.js",
|
|
"scripts": {
|
|
"test": "NODE_ENV=test bash test/index.sh"
|
|
},
|
|
"bin": {
|
|
"pm2-gui": "./pm2-gui"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/Tjatse/pm2-gui.git"
|
|
},
|
|
"keywords": [
|
|
"monitor",
|
|
"dashboard",
|
|
"PM2",
|
|
"PM2 interface",
|
|
"PM2 web",
|
|
"PM2 ui",
|
|
"PM2 gui",
|
|
"PM2 dashboard",
|
|
"PM2 monitor"
|
|
],
|
|
"author": {
|
|
"name": "Tjatse"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Tjatse/pm2-gui/issues"
|
|
},
|
|
"engines": [
|
|
"node >= 0.8.0"
|
|
],
|
|
"dependencies": {
|
|
"async": "~1.5.2",
|
|
"lodash": "~4.12.0",
|
|
"commander": "~2.9.0",
|
|
"chalk": "~1.1.3",
|
|
"express": "~4.13.4",
|
|
"express-session": "~1.13.0",
|
|
"jade": "~1.11.0",
|
|
"windows-cpu": "~0.1.4",
|
|
"socket.io": "~1.4.6",
|
|
"pm2-axon": "~2.0.11",
|
|
"pm2-axon-rpc": "~0.3.6",
|
|
"ansi-html": "~0.0.5",
|
|
"pidusage": "~1.0.1",
|
|
"blessed": "^0.1.81",
|
|
"socket.io-client": "~1.4.6",
|
|
"inquirer": "~1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"standard": "*"
|
|
},
|
|
"standard": {
|
|
"ignore": [
|
|
"web/public/"
|
|
],
|
|
"globals": [
|
|
"action",
|
|
"__route_root"
|
|
]
|
|
},
|
|
"homepage": "https://github.com/Tjatse/pm2-gui"
|
|
}
|