20 lines
No EOL
454 B
JSON
20 lines
No EOL
454 B
JSON
{
|
|
"name": "circlecube/wasmo-theme",
|
|
"description": "Theme for wasmormon.org",
|
|
"type": "wordpress-theme",
|
|
"require": {
|
|
"wp-forge/wp-update-handler": "^1.0.2"
|
|
},
|
|
"license": "GPL-2.0-or-later",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Circlecube\\WasmoTheme\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Evan Mullins",
|
|
"homepage": "https://evanmullins.com"
|
|
}
|
|
]
|
|
} |