-
Notifications
You must be signed in to change notification settings - Fork 134
/
package.json
44 lines (44 loc) · 990 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "aws-es-kibana",
"version": "1.0.8-pre",
"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"
}
}