加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 795 Bytes
一键复制 编辑 原始数据 按行查看 历史
Can Guney Aksakalli 提交于 2017-08-14 04:18 . versioning
{
"name": "gtop",
"version": "0.1.5",
"description": "graphic top",
"main": "./index.js",
"bin": {
"gtop": "./bin/gtop"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./bin/gtop"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aksakalli/gtop.git"
},
"keywords": [
"system",
"monitoring",
"top",
"chart",
"monitor",
"dashboard",
"os"
],
"author": "aksakalli",
"license": "MIT",
"bugs": {
"url": "https://github.com/aksakalli/gtop/issues"
},
"homepage": "https://github.com/aksakalli/gtop#readme",
"dependencies": {
"blessed": "^0.1.81",
"blessed-contrib": "^4.7.5",
"systeminformation": "^3.25.1"
},
"engines": {
"node": ">=4.0.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化