forked from mschmidt712/kubernetes-ci-cd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.07 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
{
"name": "kubernetes-ci-cd",
"version": "1.0.0",
"description": "## Get started Requirements * nodejs * kubectl * virtualbox * minikube * At least 4GB of available memory, 8GB for part 5",
"main": "start.js",
"dependencies": {
"cmdify": "^0.0.4",
"colors": "^1.1.2",
"fetch-retry": "^1.1.0",
"inquirer": "^3.0.6",
"rx": "^4.1.0",
"yamljs": "^0.2.8"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "echo 'Begin the current interactive tutorial by executing: npm run <part> where <part> can be part1, part2, part3 or part4'",
"part1": "node start.js part1.yml",
"part2": "node start.js part2.yml",
"part3": "node start.js part3.yml",
"part4": "node start.js part4.yml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kenzanlabs/kubernetes-ci-cd.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kenzanlabs/kubernetes-ci-cd/issues"
},
"homepage": "https://github.com/kenzanlabs/kubernetes-ci-cd#readme"
}