Version 1
[yaffs-website] / web / modules / contrib / video_embed_field / composer.json
diff --git a/web/modules/contrib/video_embed_field/composer.json b/web/modules/contrib/video_embed_field/composer.json
new file mode 100644 (file)
index 0000000..d5ceb51
--- /dev/null
@@ -0,0 +1,13 @@
+{
+  "name": "drupal/video_embed_field",
+  "description": "A pluggable field type for storing videos from external video hosts such as Vimeo and YouTube.",
+  "type": "drupal-module",
+  "homepage": "https://www.drupal.org/project/video_embed_field",
+  "license": "GPL-2.0+",
+  "extra": {
+    "drupal": {
+      "package": "Field types",
+      "version": "8.x-1.x"
+    }
+  }
+}