Commit e3626b72 authored by git's avatar git Committed by renatog
Browse files

Issue #2862160 by racarvalho1987, renatog: [D8] Create composer.json

parent 076fe947
Loading
Loading
Loading
Loading

composer.json

0 → 100644
+29 −0
Original line number Diff line number Diff line
{
  "name": "ldadmin/ldadmin",
  "description": "Add source tags of LD placed on key pages in the website.",
  "type": "drupal-module",
  "homepage": "https://www.drupal.org/project/ldadmin",
  "authors": [
    {
      "name": "Yago Elias (yago-elias)",
      "email": "yagoangelo@ciandt.com",
      "homepage": "https://www.drupal.org/u/yago-elias",
      "role": "Maintainer"
    },
    {
      "name": "Renato Gonçalves (renatog)",
      "email": "renatog@ciandt.com",
      "homepage": "https://www.drupal.org/u/renatog",
      "role": "Co-maintainer"
    }
  ],
  "support": {
    "issues": "https://www.drupal.org/project/issues/ldadmin",
    "source": "https://git.drupal.org/project/ldadmin.git"
  },
  "license": "GPL-2.0+",
  "minimum-stability": "dev",
  "require": {
    "ml/json-ld": "~1.0.7"
  }
}
 No newline at end of file