For more information about this repository, visit the project page at https://www.drupal.org/project/media_attribution
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
659 B
28 lines
659 B
{ |
|
"name": "drupal/media_attribution", |
|
"type": "drupal-module", |
|
"description": "Attach an attribution and license info to embedded media", |
|
"keywords": [ |
|
"Drupal" |
|
], |
|
"license": "GPL-2.0+", |
|
"homepage": "https://www.drupal.org/project/media_attribution", |
|
"minimum-stability": "dev", |
|
"support": { |
|
"issues": "https://www.drupal.org/project/issues/media_attribution", |
|
"source": "http://cgit.drupalcode.org/media_attribution" |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Drupal\\media_attribution\\": "src/" |
|
} |
|
}, |
|
"require": {}, |
|
"extra": { |
|
"drush": { |
|
"services": { |
|
"drush.services.yml": "^9" |
|
} |
|
} |
|
} |
|
}
|
|
|