-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
30 lines (30 loc) · 929 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
{
"name": "blue-tomato/image-blurhash",
"type": "processwire-module",
"extra": {
"installer-name": "ImageBlurhash"
},
"description": "Module for ProcessWire which automatically generates Blurhashs.",
"keywords": [ "blurhash", "processwire", "placeholder", "lazyload"],
"homepage": "https://github.com/blue-tomato/ImageBlurhash",
"license": "MIT",
"authors": [
{
"name": "Blue Tomato",
"email": "developer@blue-tomato.com",
"homepage": "https://github.com/blue-tomato"
},
{
"name": "ImageBlurhash Contributors",
"homepage": "https://github.com/blue-tomato/ImageBlurhash/contributors"
}
],
"require": {
"php": ">=7.0",
"composer/installers": "~1.0",
"kornrunner/blurhash": "~1.2.1",
"ext-curl": "*",
"ext-gd": "*",
"ext-exif": "*"
}
}