1 Star 0 Fork 22

skymysky/docker-dashboard

forked from liang/docker-dashboard 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
liang 提交于 2017-07-09 16:03 . test by travis ci
{
"name": "docker-dashboard",
"version": "0.1.4",
"description": "Console based docker dashboard.",
"main": "index.js",
"bin": {
"docker-dashboard": "./index.js"
},
"dependencies": {
"blessed": "^0.1.81",
"blessed-contrib": "^4.7.5",
"commander": "^2.9.0",
"dockerode": "^2.4.3",
"moment": "^2.18.1",
"strip-ansi": "^3.0.0",
"os": "0.1.1"
},
"devDependencies": {
"codecov": "^1.0.1",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-istanbul": "^1.1.1",
"gulp-jshint": "^2.0.4",
"gulp-jshint-html-reporter": "^0.1.3",
"gulp-mocha": "^3.0.1"
},
"scripts": {
"test": "echo start test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pipiliang/docker-dashboard.git"
},
"keywords": [
"docker",
"dashborad"
],
"author": {
"name": "Liang Wei"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pipiliang/docker-dashboard/issues"
},
"homepage": "https://github.com/pipiliang/docker-dashboard#readme",
"maintainers": [
{
"name": "liangw",
"email": "oliangwei@gmail.com"
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/skymysky/docker-dashboard.git
git@gitee.com:skymysky/docker-dashboard.git
skymysky
docker-dashboard
docker-dashboard
master

搜索帮助