{ "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/" } } }