forked from drupal-media/entity_browser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 939 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "drupal/entity_browser",
"description": "Entity browsing and selecting component.",
"type": "drupal-module",
"homepage": "http://drupal.org/project/entity_browser",
"authors": [
{
"name": "Janez Urevc",
"homepage": "https://github.com/slashrsm",
"role": "Maintainer"
},
{
"name": "Primoz Hmeljak",
"homepage": "https://github.com/primsi",
"role": "Maintainer"
},
{
"name": "See other contributors",
"homepage": "https://www.drupal.org/node/1943336/committers",
"role": "contributor"
}
],
"support": {
"issues": "http://drupal.org/project/issues/entity_browser",
"irc": "irc://irc.freenode.org/drupal-contribute",
"source": "http://cgit.drupalcode.org/entity_browser"
},
"license": "GPL-2.0+",
"minimum-stability": "dev",
"require": { },
"extra": {
"branch-alias": {
"dev-8.x-1.x": "8.1.x-dev"
}
}
}