first setup

This commit is contained in:
Bachir Soussi Chiadmi
2016-06-27 10:12:32 +02:00
parent e21113aba5
commit 442593e0b9
6 changed files with 142 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"name": "getgrav/grav-theme-antimatter",
"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": "antimatter",
"installer-paths": {
"user/themes/{$name}/": ["getgrav/grav-theme-antimatter"]
}
}
}