Including security review as a submodule - with patched for Yaffs.
[yaffs-website] / web / modules / contrib / video_embed_field / composer.json
1 {
2   "name": "drupal/video_embed_field",
3   "description": "A pluggable field type for storing videos from external video hosts such as Vimeo and YouTube.",
4   "type": "drupal-module",
5   "homepage": "https://www.drupal.org/project/video_embed_field",
6   "license": "GPL-2.0+",
7   "extra": {
8     "drupal": {
9       "package": "Field types",
10       "version": "8.x-1.x"
11     }
12   }
13 }