123456789101112131415161718192021222324252627282930313233343536 |
- {
- "name": "getgrav/grav-plugin-taxonomylist",
- "type": "grav-plugin",
- "description": "TaxonomyList plugin for Grav CMS",
- "keywords": ["taxonomy", "tags", "plugin"],
- "homepage": "https://github.com/getgrav/grav-plugin-taxonomylist",
- "license": "MIT",
- "authors": [
- {
- "name": "Team Grav",
- "email": "devs@getgrav.org",
- "homepage": "https://getgrav.org",
- "role": "Developer"
- }
- ],
- "support": {
- "issues": "https://github.com/getgrav/grav-plugin-taxonomylist/issues",
- "irc": "https://chat.getgrav.org",
- "forum": "https://discourse.getgrav.org",
- "docs": "https://github.com/getgrav/grav-plugin-taxonomylist/blob/master/README.md"
- },
- "require": {
- "php": ">=7.1.3"
- },
- "autoload": {
- "classmap": [
- "classes/taxonomylist.php",
- "taxonomylist.php"
- ]
- },
- "config": {
- "platform": {
- "php": "7.1.3"
- }
- }
- }
|