mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
27 lines
625 B
JSON
27 lines
625 B
JSON
{
|
|
"name": "october/demo-theme",
|
|
"type": "october-theme",
|
|
"description": "Demo OctoberCMS theme",
|
|
"keywords": ["october", "cms", "demo", "theme"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Alexey Bobkov",
|
|
"email": "aleksey.bobkov@gmail.com",
|
|
"role": "Co-founder"
|
|
},
|
|
{
|
|
"name": "Samuel Georges",
|
|
"email": "daftspunky@gmail.com",
|
|
"role": "Co-founder"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
}
|
|
} |