89e9a2024cf08dbcbc237c0871ed6493e8f6cbdc
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / composer.twig
1 {
2   "name": "drupal/{{ machine_name }}",
3   "type": "{{ type }}",
4   "description": "{{ description }}",
5   "keywords": ["Drupal"],
6 {% if (drupal_org) %}
7   "license": "GPL-2.0+",
8   "homepage": "https://www.drupal.org/project/{{ machine_name }}",
9   "authors": [
10     {
11       "name": "Your name here",
12       "homepage": "https://www.drupal.org/u/your_name_here",
13       "role": "Maintainer"
14     },
15     {
16       "name": "Contributors",
17       "homepage": "https://www.drupal.org/node/NID/committers",
18       "role": "Contributors"
19     }
20   ],
21   "support": {
22     "issues": "https://www.drupal.org/project/issues/{{ machine_name }}",
23     "source": "http://cgit.drupalcode.org/{{ machine_name }}"
24   }
25 {% endif %}
26 }