36 строки
968 B
JSON
36 строки
968 B
JSON
{
|
|
"name": "on-demand-micro-services-deployment-k8s",
|
|
"version": "1.0.0",
|
|
"description": "Dynamically deploy applications to kubernetes cluster and expose them externally via a single IP",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"test": "mocha"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/microsoft/Automation-for-K8S.git"
|
|
},
|
|
"author": "Microsoft",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/microsoft/Automation-for-K8S/issues"
|
|
},
|
|
"homepage": "https://github.com/microsoft/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"
|
|
}
|
|
}
|