Switching to production mode.
[yaffs-website] / web / modules / contrib / entity_browser / composer.json
1 {
2   "name": "drupal/entity_browser",
3   "description": "Entity browsing and selecting component.",
4   "type": "drupal-module",
5   "homepage": "http://drupal.org/project/entity_browser",
6   "authors": [
7     {
8       "name": "Janez Urevc",
9       "homepage": "https://github.com/slashrsm",
10       "role": "Maintainer"
11     },
12     {
13       "name": "Primoz Hmeljak",
14       "homepage": "https://github.com/primsi",
15       "role": "Maintainer"
16     },
17     {
18       "name": "See other contributors",
19       "homepage": "https://www.drupal.org/node/1943336/committers",
20       "role": "contributor"
21     }
22   ],
23   "support": {
24     "issues": "http://drupal.org/project/issues/entity_browser",
25     "irc": "irc://irc.freenode.org/drupal-contribute",
26     "source": "http://cgit.drupalcode.org/entity_browser"
27   },
28   "license": "GPL-2.0+",
29   "minimum-stability": "dev",
30   "require": { },
31   "extra": {
32     "branch-alias": {
33       "dev-8.x-1.x": "8.1.x-dev"
34     }
35   }
36 }