composer.json 500 B

123456789101112
  1. {
  2. "name": "drupal/examples",
  3. "description": "The Examples for Developers project aims to provide high-quality, well-documented API examples for a broad range of Drupal core functionality.",
  4. "type": "drupal-module",
  5. "homepage": "https://www.drupal.org/project/examples",
  6. "support": {
  7. "issues": "https://www.drupal.org/project/issues/examples",
  8. "documentation": "https://api.drupal.org/api/examples",
  9. "source": "http://cgit.drupalcode.org/examples"
  10. },
  11. "license": "GPL-2.0+"
  12. }