35 lines
791 B
JSON
35 lines
791 B
JSON
{
|
|
"name": "getkirby/plainkit",
|
|
"description": "Kirby Plainkit",
|
|
"type": "project",
|
|
"keywords": [
|
|
"kirby",
|
|
"cms",
|
|
"starterkit"
|
|
],
|
|
"homepage": "https://getkirby.com",
|
|
"authors": [
|
|
{
|
|
"name": "Bastian Allgeier",
|
|
"email": "bastian@getkirby.com",
|
|
"homepage": "https://getkirby.com"
|
|
}
|
|
],
|
|
"support": {
|
|
"email": "support@getkirby.com",
|
|
"issues": "https://github.com/getkirby/starterkit/issues",
|
|
"forum": "https://forum.getkirby.com",
|
|
"source": "https://github.com/getkirby/starterkit"
|
|
},
|
|
"require": {
|
|
"php": ">=7.1.0",
|
|
"getkirby/cms": "^5.0",
|
|
"pechente/kirby-password-guard": "^1.3"
|
|
},
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"allow-plugins": {
|
|
"getkirby/composer-installer": true
|
|
}
|
|
}
|
|
}
|