mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-16 20:22:10 -05:00
31 lines
667 B
JSON
31 lines
667 B
JSON
{
|
|
"name": "pyrocms/accelerant-theme",
|
|
"type": "streams-addon",
|
|
"description": "The official admin theme for PyroCMS.",
|
|
"keywords": [
|
|
"cms",
|
|
"addon",
|
|
"theme",
|
|
"pyrocms",
|
|
"laravel"
|
|
],
|
|
"homepage": "http://pyrocms.com/",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "PyroCMS, Inc.",
|
|
"email": "ryan@pyrocms.com",
|
|
"homepage": "http://pyrocms.com/",
|
|
"role": "Owner"
|
|
}
|
|
],
|
|
"support": {
|
|
"email": "support@pyrocms.com"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Pyrocms\\AccelerantTheme\\": "src/"
|
|
}
|
|
}
|
|
}
|