21 lines
377 B
JSON
21 lines
377 B
JSON
{
|
|
"name": "studioVariable/epub",
|
|
"description": "Kirby Example Plugin",
|
|
"license": "MIT",
|
|
"type": "kirby-plugin",
|
|
"version": "1.0.0",
|
|
"authors": [
|
|
{
|
|
"name": "Studio Variable",
|
|
"email": "contact@studio-variable.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"getkirby/composer-installer": "^1.1"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"getkirby/composer-installer": true
|
|
}
|
|
}
|
|
}
|