UNPKG

kongadmin

Version:
89 lines (88 loc) 2.34 kB
{ "name": "kongadmin", "version": "0.8.3", "description": "Kong admin GUI", "keywords": [ "sails.js", "backend", "REST", "API", "JWT", "JSON Web Token", "Passport.js" ], "dependencies": { "async": "1.5.0", "barrels": "1.6.0", "bcryptjs": "2.3.0", "bluebird": "3.0.5", "bower": "^1.8.0", "csv-parser": "^1.11.0", "ejs": "^2.5.6", "google-auth-library": "^0.10.0", "googleapis": "^14.1.0", "grunt": "1.0.1", "grunt-contrib-clean": "1.0.0", "grunt-contrib-coffee": "1.0.0", "grunt-contrib-concat": "1.0.1", "grunt-contrib-copy": "1.0.0", "grunt-contrib-cssmin": "1.0.1", "grunt-contrib-jst": "1.0.0", "grunt-contrib-less": "1.3.0", "grunt-contrib-sass": "^1.0.0", "grunt-contrib-uglify": "1.0.1", "grunt-contrib-watch": "1.0.0", "grunt-sails-linker": "~0.10.1", "grunt-sass": "^2.0.0", "grunt-sync": "0.5.2", "http-proxy": "^1.16.2", "include-all": "^1.0.0", "ip": "^1.1.5", "jsonwebtoken": "5.4.1", "lodash": "3.10.1", "minimist": "^1.2.0", "mkdirp": "^0.5.1", "moment": "^2.18.1", "mongodb": "^2.2.11", "mysql": "^2.11.1", "node-cron": "^1.1.3", "node-sass": "^4.5.0", "node-uuid": "^1.4.8", "nodemailer": "^4.0.1", "nodemailer-mailgun-transport": "^1.3.5", "passport": "0.3.0", "passport-local": "1.0.0", "rc": "1.0.1", "sails": "~0.12.13", "sails-disk": "^0.10.10", "sails-hook-validation": "^0.4.6", "sails-mongo": "^0.12.2", "sails-mysql": "^0.11.5", "sails-postgresql": "^0.11.4", "sails-sqlserver": "^0.10.8", "sendmail": "^1.1.1", "ua-parser": "0.3.5", "unirest": "^0.5.1", "validator": "4.2.1" }, "devDependencies": { "chai": "3.4.0", "mocha": "2.3.3", "should": "7.1.1", "supertest": "1.1.0" }, "scripts": { "postinstall": "bower --allow-root install", "start": "node --harmony app.js", "production": "node --harmony app.js --prod", "debug": "node debug app.js", "test": "mocha" }, "main": "app.js", "repository": { "type": "git", "url": "https://github.com/pantsel/konga.git" }, "author": "Tselentis Panagis", "license": "MIT" }