Skip to content
Snippets Groups Projects
composer.json 629 B
Newer Older
Brian Canini's avatar
Brian Canini committed
{
  "name": "drupal/realname",
  "description": "Provides token-based name displays for users.",
  "type": "drupal-module",
  "homepage": "https://www.drupal.org/project/realname",
  "authors": [
    {
      "name": "hass",
      "homepage": "https://www.drupal.org/u/hass"
    },
    {
      "name": "See other contributors",
      "homepage":"https://www.drupal.org/node/266280/committers"
    }
  ],
  "support": {
    "issues": "https://www.drupal.org/project/issues/realname",
    "source": "https://git.drupal.org/project/realname.git"
  },
  "license": "GPL-2.0+",
  "require": {
    "drupal/token": "^1.0.0-alpha2"
  }
}