Version 1
[yaffs-website] / web / modules / contrib / image_widget_crop / composer.json
diff --git a/web/modules/contrib/image_widget_crop/composer.json b/web/modules/contrib/image_widget_crop/composer.json
new file mode 100644 (file)
index 0000000..8cadcb0
--- /dev/null
@@ -0,0 +1,25 @@
+{
+  "name": "drupal/image_widget_crop",
+  "description": "Provides an interface for using the features of the Crop API.",
+  "type": "drupal-module",
+  "homepage": "https://www.drupal.org/project/image_widget_crop",
+  "keywords": ["Drupal", "Drupal Media", "Crop"],
+  "license": "GPL-2.0+",
+  "minimum-stability": "dev",
+  "prefer-stable": true,
+  "support": {
+    "issues": "https://www.drupal.org/project/issues/image_widget_crop",
+    "irc": "irc://irc.freenode.org/drupal-contribute",
+    "source": "https://www.drupal.org/project/image_widget_crop"
+  },
+  "authors": [
+    {
+      "name": "Alexandre Mallet",
+      "homepage": "https://github.com/woprrr",
+      "role": "Maintainer"
+    }
+  ],
+  "require": {
+    "drupal/crop": "1.x"
+  }
+}