This repository has been archived on 2025-01-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupalcampbristol/vendor/drupal/console/templates/module/composer.json.twig
2018-11-23 12:29:20 +00:00

14 lines
433 B
Twig

{
"name": "drupal/{{ machine_name }}",
"type": "drupal-{{ type }}",
"description": "{{ description }}",
"keywords": ["Drupal"],
"license": "GPL-2.0+",
"homepage": "https://www.drupal.org/project/{{ machine_name }}",
"minimum-stability": "dev",
"support": {
"issues": "https://www.drupal.org/project/issues/{{ machine_name }}",
"source": "http://cgit.drupalcode.org/{{ machine_name }}"
},
"require": { }
}