aws-es-kibana-xt
Version:
AWS ElasticSearch/Kibana Proxy
48 lines (47 loc) • 1.07 kB
JSON
{
"name": "aws-es-kibana-xt",
"version": "1.0.14",
"description": "AWS ElasticSearch/Kibana Proxy",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=6.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edwanyoike/aws-es-kibana-xt.git"
},
"keywords": [
"AWS",
"ES",
"ElasticSearch",
"Kibana",
"AWS ES Proxy",
"AWS ES Kibana"
],
"author": "santthosh x edwanyoike",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/edwanyoike/aws-es-kibana-xt/issues"
},
"homepage": "https://github.com/edwanyoike/aws-es-kibana-xt#readme",
"preferGlobal": true,
"bin": {
"aws-es-kibana-xt": "bin/aws-es-kibana-xt.js"
},
"dependencies": {
"aws-sdk": "^2.48.0",
"body-parser": "^1.15.2",
"compression": "^1.6.2",
"express": "^4.14.0",
"express-basic-auth": "^1.1.5",
"figlet": "^1.1.2",
"http-proxy": "^1.14.0",
"yargs": "^4.8.1"
},
"directories": {
"lib": "lib"
}
}