ht-docker-elk/package.json

42 lines
969 B
JSON
Raw Normal View History

2018-01-24 15:47:45 +00:00
{
"name": "ht-docker-elk",
2019-11-01 23:18:12 +00:00
"version": "1.0.16",
2024-05-14 21:08:11 +00:00
"description": "A Docker image for running the Elastic Stack with added support for full basic authentication.",
2018-01-24 15:47:45 +00:00
"main": "index.js",
"scripts": {
2019-10-30 18:17:41 +00:00
"test": "echo \"Error: no test specified\"",
2019-10-30 18:16:37 +00:00
"build": "echo \"Not needed for now\""
2018-01-24 15:47:45 +00:00
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/hosttoday/ht-docker-elk.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/hosttoday/ht-docker-elk/issues"
},
2019-10-30 18:16:37 +00:00
"homepage": "https://gitlab.com/hosttoday/ht-docker-elk#README",
"private": true,
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_web/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
2024-05-14 21:08:11 +00:00
],
"keywords": [
"Elastic Stack",
"Docker",
"Basic Authentication",
"Security",
"Elasticsearch",
"Logstash",
"Kibana",
"Containerization"
2019-10-30 18:16:37 +00:00
]
2024-05-14 21:08:11 +00:00
}