Release 1.0.0
This commit is contained in:
parent
088d4e3d0f
commit
3d15863be9
1 changed files with 32 additions and 32 deletions
62
package.json
62
package.json
|
@ -1,33 +1,33 @@
|
||||||
{
|
{
|
||||||
"name": "c4k-keycloak",
|
"name": "c4k-keycloak",
|
||||||
"description": "Generate c4k yaml for a keycloak deployment.",
|
"description": "Generate c4k yaml for a keycloak deployment.",
|
||||||
"author": "meissa GmbH",
|
"author": "meissa GmbH",
|
||||||
"version": "0.2.4-SNAPSHOT",
|
"version": "1.0.0",
|
||||||
"homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-keycloak#readme",
|
"homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-keycloak#readme",
|
||||||
"repository": "https://www.npmjs.com/package/c4k-keycloak",
|
"repository": "https://www.npmjs.com/package/c4k-keycloak",
|
||||||
"license": "APACHE2",
|
"license": "APACHE2",
|
||||||
"main": "c4k-keycloak.js",
|
"main": "c4k-keycloak.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"c4k-keycloak": "./c4k-keycloak.js"
|
"c4k-keycloak": "./c4k-keycloak.js"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"cljs",
|
"cljs",
|
||||||
"keycloak",
|
"keycloak",
|
||||||
"k8s",
|
"k8s",
|
||||||
"c4k",
|
"c4k",
|
||||||
"deployment",
|
"deployment",
|
||||||
"yaml",
|
"yaml",
|
||||||
"convention4kubernetes"
|
"convention4kubernetes"
|
||||||
],
|
],
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://gitlab.com/domaindrivenarchitecture/c4k-keycloak/issues"
|
"url": "https://gitlab.com/domaindrivenarchitecture/c4k-keycloak/issues"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"js-base64": "^3.6.1",
|
"js-base64": "^3.6.1",
|
||||||
"js-yaml": "^4.0.0"
|
"js-yaml": "^4.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"shadow-cljs": "^2.11.18",
|
"shadow-cljs": "^2.11.18",
|
||||||
"source-map-support": "^0.5.19"
|
"source-map-support": "^0.5.19"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue