forked from born05/craft-imagehotspots
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
38 lines (37 loc) · 966 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
35
36
37
38
{
"name": "born05/craft-imagehotspots",
"description": "Image Hotspots fieldtype for Craft CMS",
"type": "craft-plugin",
"keywords": [
"hotspots",
"assets",
"craftcms",
"fieldtype"
],
"license": "proprietary",
"authors": [
{
"name": "Roel van Hintum",
"email": "roel@born05.com"
}
],
"require": {
"craftcms/cms": "^3.3"
},
"autoload": {
"psr-4": {
"born05\\imagehotspots\\": "src/"
}
},
"support": {
"email": "development@born05.com",
"issues": "https://github.com/born05/craft-imagehotspots/issues",
"source": "https://github.com/born05/craft-imagehotspots",
"docs": "https://github.com/born05/craft-imagehotspots/blob/master/README.md",
"rss": "https://github.com/born05/craft-imagehotspots/releases.atom"
},
"extra": {
"name": "Image Hotspots",
"handle": "imagehotspots"
}
}