2021-10-20 11:45:30 +00:00
|
|
|
{
|
2021-10-20 12:09:13 +00:00
|
|
|
"name": "cwp/starter-theme",
|
|
|
|
"description": "CWP Theme",
|
|
|
|
"type": "silverstripe-theme",
|
|
|
|
"keywords": [
|
|
|
|
"silverstripe",
|
|
|
|
"theme",
|
|
|
|
"cwp"
|
|
|
|
],
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"require": {
|
|
|
|
"silverstripe/framework": "^4.0"
|
2021-10-20 11:45:30 +00:00
|
|
|
},
|
2021-10-20 12:09:13 +00:00
|
|
|
"extra": {
|
|
|
|
"installer-name": "starter",
|
|
|
|
"expose": [
|
|
|
|
"dist",
|
|
|
|
"ico",
|
|
|
|
"images"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"cwp/cwp": "Much of the functionality in this theme is enabled by this module"
|
|
|
|
}
|
|
|
|
}
|