linux-monitor
Version:
linux ubuntu 性能监控
27 lines (26 loc) • 477 B
JSON
{
"name": "linux-monitor",
"version": "2.0.4",
"description": "linux ubuntu 性能监控",
"main": "index.js",
"scripts": {
"run": "node index.js",
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "https://git.oschina.net/lyrae/linux-monitor.git"
},
"author": "lyrae",
"bin": {
"monitor": "./bin/www"
},
"license": "ISC",
"keywords": [
"linux",
"monitor",
"ubuntu",
"性能",
"监控"
]
}