UNPKG

kong-dashboard

Version:
49 lines (48 loc) 1.27 kB
{ "name": "kong-dashboard", "description": "Web UI for managing Kong gateway", "keywords": "UI, kong, gateway", "version": "2.4.0", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/PGBI/kong-dashboard.git" }, "dependencies": { "basic-auth": "^1.1.0", "http-proxy": "^1.16.2", "koa": "^1.2.4", "koa-add-trailing-slashes": "^1.1.0", "koa-basic-auth": "^1.1.2", "koa-mount": "^1.3.0", "koa-static": "^2.0.0", "minimist": "^1.2.0" }, "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", "start:dev": "node_modules/.bin/gulp serve", "test": "mocha" }, "devDependencies": { "angular": "1.4.7", "angular-animate": "1.4.7", "angular-cookies": "1.4.7", "angular-route": "1.4.7", "angular-sanitize": "1.4.7", "chai": "^3.5.0", "gulp": "^3.9.1", "gulp-concat": "^2.6.1", "gulp-plumber": "^1.1.0", "gulp-sass": "^3.1.0", "gulp-uglify": "^3.0.0", "jquery": "^3.1.1", "materialize-css": "0.97.7", "mocha": "^3.2.0", "ng-infinite-scroll": "^1.3.0" } }