You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{
|
|
"name": "getkirby/pluginkit",
|
|
"description": "Kirby Example Plugin",
|
|
"license": "MIT",
|
|
"type": "kirby-plugin",
|
|
"version": "1.0.0",
|
|
"authors": [
|
|
{
|
|
"name": "Your Name",
|
|
"email": "you@example.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"getkirby/composer-installer": "^1.1"
|
|
}
|
|
}
|
|
|