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