-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
41 lines (41 loc) · 1013 Bytes
/
package.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
38
39
40
41
{
"name" : "wcm/dynamic-image-resize",
"description" : "Enables WordPress custom image sizes on the fly. Can be used with a shortcode or a template tag.",
"version" : "1.6.3",
"homepage" : "http://franz-josef-kaiser.github.io/Dynamic-Image-Resize/",
"main" : "dynamic_img_resize.php",
"readmeFilename" : "README.md",
"private" : false,
"keywords" : [
"wordpress",
"plugin",
"responsive",
"adaptive",
"dynamic",
"image",
"resize"
],
"repository" : {
"type" : "git",
"url" : "https://github.com/franz-josef-kaiser/Dynamic-Image-Resize"
},
"author" : {
"name" : "Franz Josef Kaiser",
"email" : "[email protected]",
"url" : "http://unserkaiser.com/"
},
"licenses" : [
{
"type" : "MIT",
"url" : "http://www.tldrlegal.com/license/mit-license"
}
],
"engines" : {
"node" : ">= 0.6.x"
},
"scripts" : {
"dist" : "",
"postinstall" : "",
"start" : ""
}
}