c4k-keycloak/package.json

34 lines
798 B
JSON
Raw Normal View History

2021-05-17 07:28:01 +00:00
{
"name": "c4k-keycloak",
2021-06-05 15:27:42 +00:00
"description": "Generate c4k yaml for a keycloak deployment.",
2021-05-17 07:28:01 +00:00
"author": "meissa GmbH",
"version": "0.1.5-SNAPSHOT",
2021-06-05 15:27:42 +00:00
"homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-keycloak#readme",
"repository": "https://www.npmjs.com/package/c4k-keycloak",
2021-05-17 07:28:01 +00:00
"license": "APACHE2",
"main": "c4k-keycloak.js",
2021-05-17 07:28:01 +00:00
"bin": {
"c4k-keycloak": "./c4k-keycloak.js"
2021-05-17 07:28:01 +00:00
},
"keywords": [
"cljs",
"keycloak",
"k8s",
2021-06-05 15:27:42 +00:00
"c4k",
2021-05-17 07:28:01 +00:00
"deplyoment",
"yaml",
"convention4kubernetes"
2021-05-17 07:28:01 +00:00
],
"bugs": {
2021-06-05 15:27:42 +00:00
"url": "https://gitlab.com/domaindrivenarchitecture/c4k-keycloak/issues"
2021-05-17 07:28:01 +00:00
},
"dependencies": {
"js-base64": "^3.6.1",
2021-05-17 07:28:01 +00:00
"js-yaml": "^4.0.0"
},
"devDependencies": {
"shadow-cljs": "^2.11.18",
"source-map-support": "^0.5.19"
}
}