summaryrefslogtreecommitdiff
path: root/modules/fahad/notification/composer.json
blob: 4fa3d4a5d223790bc21bf21a26a79cb30bcdd324 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "drupal/notification",
  "type": "drupal-module",
  "description": "My Awesome Module",
  "keywords": ["Drupal"],
  "license": "GPL-2.0+",
  "homepage": "https://www.drupal.org/project/notification",
  "minimum-stability": "dev",
  "support": {
    "issues": "https://www.drupal.org/project/issues/notification",
    "source": "http://cgit.drupalcode.org/notification"
  },
  "require": { }
}