29 lines
717 B
JSON
29 lines
717 B
JSON
|
{
|
||
|
"name": "getgrav/grav-theme-deliver",
|
||
|
"type": "grav-theme",
|
||
|
"description": "The default theme for the Grav flat-file CMS",
|
||
|
"keywords": ["theme","grav"],
|
||
|
"homepage": "http://getgrav.org",
|
||
|
"license": "MIT",
|
||
|
"support": {
|
||
|
"irc": "irc://irc.freenode.org/grav"
|
||
|
},
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Team Grav",
|
||
|
"email": "devs@getgrav.org",
|
||
|
"homepage": "http://getgrav.org"
|
||
|
}
|
||
|
],
|
||
|
"require": {
|
||
|
"php": ">=5.4.0",
|
||
|
"composer/installers": "~1.0"
|
||
|
},
|
||
|
"extra": {
|
||
|
"installer-name": "deliver",
|
||
|
"installer-paths": {
|
||
|
"user/themes/{$name}/": ["getgrav/grav-theme-deliver"]
|
||
|
}
|
||
|
}
|
||
|
}
|