forked from ruzickap/k8s-flux-istio-gitlab-harbor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.02 KB
/
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
{
"name": "k8s-flux-istio-gitlab-harbor",
"version": "0.0.1",
"description": "Install services using Flux + Istio + Gitlab + Harbor inside Kops cluster running on AWS",
"author": "Petr Ruzicka <[email protected]>",
"license": "Apache-2.0",
"homepage": "https://ruzickap.github.io/k8s-flux-istio-gitlab-harbor",
"keywords": [
"demo",
"flux",
"gitlab",
"harbor",
"kubernetes",
"presentation"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ruzickap/k8s-flux-istio-gitlab-harbor.git"
},
"bugs": {
"url": "https://github.com/ruzickap/k8s-flux-istio-gitlab-harbor/issues"
},
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"dependencies": {
"@vuepress/plugin-back-to-top": "^1.9.10",
"@vuepress/plugin-medium-zoom": "^1.9.10",
"vuepress-plugin-reading-progress": "^1.0.10",
"vuepress-plugin-seo": "^0.2.0",
"vuepress-plugin-smooth-scroll": "^0.0.10",
"vuepress": "^1.9.10"
}
}