Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rasteiner authored Dec 13, 2021
1 parent 470d536 commit de1bfc8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "rasteiner/k3-whenquery",
"description": "Conditionally show fields and sections. Better.",
"type": "kirby-plugin",
"license": "MIT",
"homepage": "https://getkirby.com/plugins/rasteiner/k3-whenquery",
"version": "0.1.0",
"authors": [
{
"name": "Roman Steiner",
"email": "roman@toastlab.ch",
"homepage": "https://getkirby.com/plugins/rasteiner"
}
],
"require": {
"getkirby/composer-installer": "^1.2"
},
"extra": {
"installer-name": "k3-whenquery"
}
}

0 comments on commit de1bfc8

Please sign in to comment.