diff options
author | Nitesh Kumar Sinha | 2019-07-02 12:18:29 +0530 |
---|---|---|
committer | GitHub | 2019-07-02 12:18:29 +0530 |
commit | 847360bf5ac011771dc013677542ece7b356a528 (patch) | |
tree | e11370475afe87870b8efa2aa8d242a7563329dd /modules/mansimran/chapters/composer.json | |
parent | 6b65fd6d7fda826b967442aabb10ead6197aa4b2 (diff) | |
parent | 4e585c030ed6b5ea73b77a696a78f8855d9a26d8 (diff) | |
download | acadmix_distribution-847360bf5ac011771dc013677542ece7b356a528.tar.gz acadmix_distribution-847360bf5ac011771dc013677542ece7b356a528.tar.bz2 acadmix_distribution-847360bf5ac011771dc013677542ece7b356a528.zip |
Merge pull request #4 from Mansimran7/master
Mansimran - custom modules
Diffstat (limited to 'modules/mansimran/chapters/composer.json')
-rw-r--r-- | modules/mansimran/chapters/composer.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/mansimran/chapters/composer.json b/modules/mansimran/chapters/composer.json new file mode 100644 index 0000000..02f466f --- /dev/null +++ b/modules/mansimran/chapters/composer.json @@ -0,0 +1,14 @@ +{ + "name": "drupal/chapters", + "type": "drupal-module", + "description": "My Awesome Module", + "keywords": ["Drupal"], + "license": "GPL-2.0+", + "homepage": "https://www.drupal.org/project/chapters", + "minimum-stability": "dev", + "support": { + "issues": "https://www.drupal.org/project/issues/chapters", + "source": "http://cgit.drupalcode.org/chapters" + }, + "require": { } +} |