openclassify/vendor/anomaly/pages-module/composer.json
Mostafa Moradi 59dbba58fb readme
2022-04-08 12:26:15 +03:00

42 lines
1.3 KiB
JSON

{
"name": "anomaly/pages-module",
"type": "streams-addon",
"description": "Create pages, generate navigation, manage content, and build websites faster than ever.",
"keywords": [
"pages",
"module",
"pyrocms"
],
"homepage": "http://pyrocms.com/addons/anomaly/pages-module",
"license": "MIT",
"authors": [
{
"name": "PyroCMS, Inc.",
"homepage": "http://pyrocms.com/",
"role": "Owner"
},
{
"name": "Ryan Thompson",
"homepage": "http://ryanthepyro.com/",
"role": "Developer"
}
],
"support": {
"docs": "https://pyrocms.com/documentation/pages-module",
"forum": "https://pyrocms.com/forum/channels/pages-module",
"videos": "https://pyrocms.com/videos/categories/pages-module",
"slack": "https://pyrocms.com/slack",
"issues": "https://github.com/pyrocms/pyrocms/issues?q=is:issue is:open [pages-module]",
"source": "https://github.com/anomalylabs/pages-module"
},
"require": {
"anomaly/streams-platform": "^1.6",
"anomaly/preferences-module": "^2.1"
},
"autoload": {
"psr-4": {
"Anomaly\\PagesModule\\": "src/"
}
}
}