{ "name": "getgrav/grav-plugin-feed", "type": "grav-plugin", "description": "Feed plugin for Grav CMS", "keywords": ["feed", "plugin"], "homepage": "https://github.com/getgrav/grav-plugin-feed", "license": "MIT", "authors": [ { "name": "Team Grav", "email": "devs@getgrav.org", "homepage": "https://getgrav.org", "role": "Developer" } ], "support": { "issues": "https://github.com/getgrav/grav-plugin-feed/issues", "irc": "https://chat.getgrav.org", "forum": "https://getgrav.org/forum", "docs": "https://github.com/getgrav/grav-plugin-feed/blob/master/README.md" }, "autoload": { "classmap": [ "feed.php" ] }, "config": { "platform": { "php": "7.1.3" } }, "scripts": { "test": "vendor/bin/codecept run unit", "test-windows": "vendor\\bin\\codecept run unit" } }