aws-es-kibana
Version:
AWS ElasticSearch/Kibana Proxy
45 lines (44 loc) • 986 B
JSON
{
"name": "aws-es-kibana",
"version": "1.0.8",
"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/santthosh/aws-es-kibana.git"
},
"keywords": [
"AWS",
"ES",
"ElasticSearch",
"Kibana",
"AWS ES Proxy",
"AWS ES Kibana"
],
"author": "santthosh",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/santthosh/aws-es-kibana/issues"
},
"homepage": "https://github.com/santthosh/aws-es-kibana#readme",
"preferGlobal": true,
"bin": {
"aws-es-kibana": "index.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"
}
}