-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·40 lines (40 loc) · 1.21 KB
/
composer.json
File metadata and controls
executable file
·40 lines (40 loc) · 1.21 KB
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
37
38
39
40
{
"name": "drupal/varbase_editor",
"description": "Editor profile and settings to be used in most websites.",
"type": "drupal-module",
"homepage": "https://www.drupal.org/project/varbase_editor",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Vardot",
"homepage": "https://www.drupal.org/vardot",
"role": "Maintainer"
}
],
"support": {
"issues": "http://drupal.org/project/issues/varbase_editor",
"source": "http://cgit.drupalcode.org/varbase_editor"
},
"require": {
"drupal/core": "~10.6.0 || ~11.3.0",
"vardot/varbase-patches": "~10",
"drupal/pathologic": "~2",
"drupal/ckeditor_bidi": "~5",
"drupal/ace_editor": "~2",
"drupal/extlink": "~2",
"drupal/linkit": "~7",
"drupal/editor_advanced_link": "~2.3.0",
"drupal/ckeditor_media_embed": "~2",
"drupal/ckeditor_media_resize": "~1",
"drupal/edit_media_modal": "~2.1.0",
"drupal/anchor_link": "~3",
"drupal/token": "~1",
"drupal/token_filter": "~2",
"drupal/blazy": "~2 || ~3",
"drupal/slick": "~2 || ~3",
"drupal/entity_embed": "~1",
"drupal/ckeditor5_paste_filter": "~1",
"drupal/ckeditor5_plugin_pack": "~1.5.0",
"drupal/ckeditor_emoji": "~2"
}
}