-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 1.08 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
33
34
35
36
37
{
"name": "fourkitchens/sous-media",
"description": "A recipe that contains modules and configuration for Sous media.",
"keywords": ["recipe", "Drupal recipes", "drupal recipe"],
"type": "drupal-recipe",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Laura Johnson",
"role": "Maintainer"
}
],
"repositories": [
{
"type": "package",
"package": {
"name": "dropzone/dropzone",
"version": "5.9.3",
"type": "drupal-library",
"extra": {
"installer-name": "dropzone/dist"
},
"dist": {
"url": "https://github.com/dropzone/dropzone/releases/download/v5.9.3/dist.zip",
"type": "zip"
}
}
}
],
"minimum-stability": "dev",
"require": {
"dropzone/dropzone": "^5.9",
"drupal/focal_point": "^2.0",
"drupal/media_library_edit": "^3.0",
"drupal/dropzonejs": "^2.5"
}
}