forked from Dolphiq/craft3-iconpicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
45 lines (45 loc) · 1.23 KB
/
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
39
40
41
42
43
44
45
{
"name": "dolphiq/iconpicker",
"description": "Craft Iconpicker field type that offers end-users an easy way to pick an icon/symbol from a .woff or .ttf font file.",
"version": "1.0.5",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"icon",
"symbol",
"iconpicker",
"craft3"
],
"type": "craft-plugin",
"license": "MIT",
"require": {
"craftcms/cms": "^3.0.0-RC2",
"phenx/php-font-lib": "^0.5.0"
},
"autoload": {
"psr-4": {
"plugins\\dolphiq\\iconpicker\\": "src/"
}
},
"authors": [
{
"name": "Dolphiq",
"email": "[email protected]",
"homepage": "https://dolphiq.nl/"
}
],
"extra": {
"handle": "dolphiq-iconpicker",
"name": "Iconpicker",
"description": "Craft Iconpicker field type that offers end-users an easy way to pick an icon/symbol from a .woff or .ttf font file.",
"schemaVersion": "1.0.0",
"developer": "Dolphiq",
"developerUrl": "https://dolphiq.nl/",
"hasCpSettings": false,
"hasCpSection": false,
"documentationUrl": "https://github.com/Dolphiq/craft3-iconpicker/blob/master/README.md",
"changelogUrl": "https://raw.githubusercontent.com/Dolphiq/craft3-iconpicker/master/CHANGELOG.md"
}
}