From ab7c1a9a44216ff6c37122e3c2fa8cbc26ac8140 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 24 Jan 2018 16:47:45 +0100 Subject: [PATCH] 1.0.1 --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..149b97f --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "ht-docker-elk", + "version": "1.0.1", + "description": "elastic stack with full basic authentication", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "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" + }, + "homepage": "https://gitlab.com/hosttoday/ht-docker-elk#README" +}