-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 1.01 KB
/
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
{
"name": "ubc-web-services/d10compat_ckeditor_balloonpanel",
"type": "drupal-module",
"description": "Adds the Balloon Panel Plugin plugin to CKEditor.",
"keywords": [
"Drupal"
],
"license": "GPL-2.0-or-later",
"homepage": "http://drupal.org/project/ckeditor_balloonpanel",
"minimum-stability": "dev",
"authors": [
{
"name": "Mauricio Dinarte (dinarcon)",
"homepage": "https://www.drupal.org/u/dinarcon",
"role": "Maintainer"
},
{
"name": "Darryl Norris (darol100)",
"homepage": "https://www.drupal.org/u/darol100",
"role": "Maintainer"
},
{
"name": "Edmund Dunn (edmund.dunn)",
"homepage": "https://www.drupal.org/u/edmunddunn",
"role": "Maintainer"
}
],
"support": {
"issues": "http://drupal.org/project/issues/ckeditor_balloonpanel",
"source": "http://cgit.drupalcode.org/ckeditor_balloonpanel"
}
}