forked from teamdeeson/responsive_image_effect
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 677 Bytes
/
composer.json
File metadata and controls
36 lines (36 loc) · 677 Bytes
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": "teamdeeson/responsive_image_effect",
"description": "A Drupal module to provide programmatic responsive images via URL parameters.",
"type": "drupal-module",
"keywords": ["Drupal", "responsive_image_effect"],
"license": "MIT",
"authors": [
{
"name": "Dan James"
},
{
"name": "John Ennew"
},
{
"name": "Ben Dudiak-Fry"
},
{
"name": "Lee Mills"
}
],
"autoload": {
"psr-4": {
"Drupal\\responsive_image_effect\\": "src/"
}
},
"extra": {
"drush": {
"services": {
"drush.services.yml": "^9"
}
}
},
"require": {
"drupal/focal_point": "^2.1"
}
}