{
    "name": "drupal/extra_field_plus",
    "description": "Provides an interface and the extra field base plugins with editable display settings.",
    "type": "drupal-module",
    "homepage": "https://www.drupal.org/project/extra_field_plus",
    "keywords": ["Drupal", "Extra field", "Pseudo field", "Extra field settings provider", "Fields"],
    "license": "GPL-2.0+",
    "minimum-stability": "dev",
    "support": {
        "issues": "https://www.drupal.org/project/issues/extra_field_plus",
        "source": "https://www.drupal.org/project/extra_field_plus"
    },
    "authors": [{
            "name": "Andrew Tsiupiakh",
            "homepage": "https://www.drupal.org/user/3302731",
            "role": "Maintainer"
        },
        {
            "name": "Anybody",
            "homepage": "https://www.drupal.org/u/anybody",
            "role": "Maintainer"
        }
    ],
    "require": {
        "drupal/extra_field": "^1.0 || ^2.0"
    }
}