-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathcomposer.json
34 lines (34 loc) · 897 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
{
"name" : "wcm/dynamic-image-resize",
"description" : "Enables WordPress custom image sizes on the fly. Can be used with a shortcode or a template tag.",
"type" : "library",
"homepage" : "http://franz-josef-kaiser.github.io/Dynamic-Image-Resize/",
"license" : "MIT",
"require" : {
"php" : ">=5.2.7",
"composer/installers" : "~1.0"
},
"authors" : [
{
"name" : "Franz Josef Kaiser",
"email" : "[email protected]"
},
{
"name" : "Andrea Carraro",
"email" : "[email protected]"
}
],
"support" : {
"issues" : "https://github.com/franz-josef-kaiser/Dynamic-Image-Resize/issues",
"source" : "https://github.com/franz-josef-kaiser/Dynamic-Image-Resize"
},
"keywords" : [
"wordpress",
"plugin",
"responsive",
"adaptive",
"dynamic",
"image",
"resize"
]
}