Version 1
[yaffs-website] / web / modules / contrib / image_widget_crop / composer.json
1 {
2   "name": "drupal/image_widget_crop",
3   "description": "Provides an interface for using the features of the Crop API.",
4   "type": "drupal-module",
5   "homepage": "https://www.drupal.org/project/image_widget_crop",
6   "keywords": ["Drupal", "Drupal Media", "Crop"],
7   "license": "GPL-2.0+",
8   "minimum-stability": "dev",
9   "prefer-stable": true,
10   "support": {
11     "issues": "https://www.drupal.org/project/issues/image_widget_crop",
12     "irc": "irc://irc.freenode.org/drupal-contribute",
13     "source": "https://www.drupal.org/project/image_widget_crop"
14   },
15   "authors": [
16     {
17       "name": "Alexandre Mallet",
18       "homepage": "https://github.com/woprrr",
19       "role": "Maintainer"
20     }
21   ],
22   "require": {
23     "drupal/crop": "1.x"
24   }
25 }