mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-20 13:57:41 -05:00
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "anomaly/posts-module",
|
|
"type": "streams-addon",
|
|
"description": "A versatile articles and posts manager.",
|
|
"keywords": [
|
|
"streams",
|
|
"module",
|
|
"posts"
|
|
],
|
|
"homepage": "http://pyrocms.com/addons/anomaly/posts-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/posts-module",
|
|
"forum": "https://pyrocms.com/forum/channels/posts-module",
|
|
"slack": "https://pyrocms.com/slack",
|
|
"issues": "https://github.com/pyrocms/pyrocms/issues?q=is:issue+is:open+[posts-module]",
|
|
"source": "https://github.com/anomalylabs/posts-module"
|
|
},
|
|
"require": {
|
|
"anomaly/streams-platform": "^1.6"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Anomaly\\PostsModule\\": "src/"
|
|
}
|
|
}
|
|
}
|