composer.json 439 B

1234567891011121314151617
  1. {
  2. "name": "drupal/domain",
  3. "description": "Creates domain records within a Drupal installation.",
  4. "type": "drupal-module",
  5. "license": "GPL-2.0+",
  6. "authors": [
  7. {
  8. "name": "Ken Rickard",
  9. "email": "agentrickard@gmail.com"
  10. }
  11. ],
  12. "support": {
  13. "issues": "http://drupal.org/project/issues/domain",
  14. "irc": "http://irc.freenode.org/drupal-contribute",
  15. "source": "http://cgit.drupalcode.org/domain"
  16. }
  17. }