UNPKG

kong-dashboard

Version:
53 lines (52 loc) 1.33 kB
{ "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" } }