mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-26 16:47:21 -05:00
30 lines
705 B
JSON
30 lines
705 B
JSON
{
|
|
"name": "anomaly/default_page_handler-extension",
|
|
"type": "streams-addon",
|
|
"description": "The default page handler for the Pages module.",
|
|
"keywords": [
|
|
"pages",
|
|
"module",
|
|
"page handler",
|
|
"streams platform"
|
|
],
|
|
"homepage": "http://pyrocms.com/",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "PyroCMS, Inc.",
|
|
"email": "support@pyrocms.com",
|
|
"homepage": "http://pyrocms.com/",
|
|
"role": "Owner"
|
|
}
|
|
],
|
|
"support": {
|
|
"email": "support@pyrocms.com"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Anomaly\\DefaultPageHandlerExtension\\": "src/"
|
|
}
|
|
}
|
|
}
|