ht-docker-elk/package.json

33 lines
746 B
JSON
Raw Normal View History

2018-01-24 15:47:45 +00:00
{
"name": "ht-docker-elk",
2019-11-01 22:51:38 +00:00
"version": "1.0.15",
2018-01-24 15:47:45 +00:00
"description": "elastic stack with full basic authentication",
"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"
]
2019-10-30 18:16:37 +00:00
}