-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 957 Bytes
/
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
{
"name": "autom8s",
"version": "1.0.0",
"description": "Project Autom8s - Automation for K8S. Dynamically deploy applications to kubernetes cluster and expose them externally",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/itye-msft/Automation-for-K8S.git"
},
"author": "Microsoft",
"license": "MIT",
"bugs": {
"url": "https://github.com/itye-msft/Automation-for-K8S/issues"
},
"homepage": "https://github.com/itye-msft/Automation-for-K8S",
"dependencies": {
"body-parser": "^1.18.3",
"child_process": "^1.0.2",
"express": "^4.16.3",
"kubernetes-client": "^5.3.1",
"request": "^2.87.0",
"util": "^0.11.0"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.13.0",
"mocha": "^5.2.0"
}
}