-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
35 lines (35 loc) · 946 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
{
"name": "drupal/video",
"description": "Video module allows you to embedded videos from YouTube, Vimeo, Facebook, Vine etc (Drupal 8 only) and upload videos and play using HTML5 video player.",
"type": "drupal-module",
"homepage": "https://www.drupal.org/project/video",
"keywords": ["Drupal", "media", "video", "transcode", "embed"],
"license": "GPL-2.0+",
"authors": [
{
"name": "Heshan Wanigasooriya",
"homepage": "https://www.drupal.org/u/heshanlk",
"role": "Maintainer"
}
],
"minimum-stability": "8.x-2.x",
"extra": {
"drupal": {
"package": "Field types",
"version": "8.x-2.x"
}
},
"support": {
"issues": "https://www.drupal.org/project/issues/video",
"source": "https://www.drupal.org/project/video"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"drupal/core": "~8.1",
}
}