Including security review as a submodule - with patched for Yaffs.
[yaffs-website] / web / modules / contrib / dropzonejs / composer.json
1 {
2   "name": "drupal/dropzonejs",
3   "description": "Drupal integration for DropzoneJS - An open source library that provides drag’n’drop file uploads with image previews.",
4   "type": "drupal-module",
5   "homepage": "https://www.drupal.org/project/dropzonejs",
6   "keywords": ["Drupal", "DropzoneJS"],
7   "license": "GPL-2.0+",
8   "minimum-stability": "dev",
9   "prefer-stable": true,
10   "support": {
11     "issues": "https://www.drupal.org/project/issues/dropzonejs",
12     "irc": "irc://irc.freenode.org/drupal-contribute",
13     "source": "https://www.drupal.org/project/dropzonejs"
14   },
15   "authors": [
16     {
17       "name": "Janez Urevc",
18       "homepage": "https://drupal.org/u/slashrsm",
19       "role": "Maintainer"
20     },
21     {
22       "name": "Christian Fritsch",
23       "homepage": "https://drupal.org/u/chrfritsch",
24       "role": "Maintainer"
25     },
26     {
27       "name": "Primoz Hmeljak",
28       "homepage": "https://drupal.org/u/Primsi",
29       "role": "Maintainer"
30     },
31     {
32       "name": "See other contributors",
33       "homepage": "https://www.drupal.org/node/1998478/committers",
34       "role": "contributor"
35     }
36   ],
37   "require": {},
38   "suggest": {
39     "enyo/dropzone": "Required to user drupal/dropzonejs. Dropzone is an easy to use drag'n'drop library."
40   }
41 }