60 lines
1.7 KiB
JSON
60 lines
1.7 KiB
JSON
{
|
|
"name": "monasca-kibana-plugin",
|
|
"version": "1.4.0",
|
|
"description": "Keystone authentication & multitenancy support for Kibana 4.6.x",
|
|
"author": "OpenStack",
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"kibana",
|
|
"authentication",
|
|
"keystone",
|
|
"multitenancy",
|
|
"plugin"
|
|
],
|
|
"scripts": {
|
|
"start": "gulp dev",
|
|
"build": "gulp build",
|
|
"package": "gulp package",
|
|
"test": "gulp test",
|
|
"lint": "gulp lint"
|
|
},
|
|
"engines": {
|
|
"node": "4.4.7",
|
|
"npm": "2.15.8"
|
|
},
|
|
"main": "gulpfile.js",
|
|
"dependencies": {
|
|
"hoek": "^4.0.1",
|
|
"keystone-v3-client": "~0.0.8",
|
|
"yar": "^7.x.x"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/openstack/monasca-kibana-plugin.git"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^4.1.8",
|
|
"babel-preset-es2015": "^6.3.13",
|
|
"babel-register": "^6.4.3",
|
|
"bluebird": "^3.2.1",
|
|
"boom": "^2.8.0",
|
|
"chai": "^3.5.0",
|
|
"eslint-plugin-mocha": "^1.1.0",
|
|
"gulp": "^3.9.0",
|
|
"gulp-eslint": "^1.1.1",
|
|
"gulp-gzip": "^1.2.0",
|
|
"gulp-mocha": "^2.2.0",
|
|
"gulp-tar": "^1.8.0",
|
|
"gulp-util": "^3.0.7",
|
|
"joi": "^9.0.4",
|
|
"lodash": "^4.2.1",
|
|
"mkdirp": "^0.5.1",
|
|
"proxyquire": "^1.7.4",
|
|
"rimraf": "^2.5.1",
|
|
"rsync": "^0.4.0",
|
|
"semver": "^5.3.0",
|
|
"sinon": "^1.17.3",
|
|
"wreck": "^8.0.0"
|
|
}
|
|
}
|