1 Star 0 Fork 0

笑圣 / kong-dashboard

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
PGBI 提交于 2019-03-16 17:08 . 3.6.0
{
"name": "kong-dashboard",
"description": "Web UI for managing Kong gateway",
"keywords": "UI, kong, gateway",
"version": "3.6.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/PGBI/kong-dashboard.git"
},
"engines": {
"node": ">= 6.0.0"
},
"dependencies": {
"basic-auth": "^2.0.0",
"chalk": "^2.1.0",
"koa": "^2.3.0",
"koa-bodyparser": "^3.2.0",
"koa-mount": "^2.0.0",
"koa-static": "^3.0.0",
"minimist": "^1.2.0",
"request": "^2.88.0",
"semver": "^5.4.1",
"yargs": "^8.0.2"
},
"bin": {
"kong-dashboard": "./bin/kong-dashboard.js"
},
"scripts": {
"prepublishOnly": "node_modules/.bin/gulp build",
"build": "node_modules/.bin/gulp build",
"start": "node ./bin/kong-dashboard start",
"test": "./tests/run.js"
},
"devDependencies": {
"angular": "^1.6.6",
"angular-animate": "^1.6.6",
"angular-cookies": "^1.7.3",
"angular-route": "^1.6.6",
"angular-sanitize": "^1.6.6",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"jasmine-data-provider": "^2.2.0",
"jquery": "^3.2.1",
"materialize-css": "^0.100.2",
"ng-infinite-scroll": "^1.3.0",
"protractor": "^5.4.0"
}
}
1
https://gitee.com/yangqingchun1128/kong-dashboard.git
git@gitee.com:yangqingchun1128/kong-dashboard.git
yangqingchun1128
kong-dashboard
kong-dashboard
3.0

搜索帮助