forked from Juanitou/silverstripe-foldergallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
43 lines (43 loc) · 1.3 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
{
"name": "juanitou/silverstripe-foldergallery",
"type": "silverstripe-vendormodule",
"description": "A light-weight and simple to use folder-based image gallery for the SilverStripe CMS, enabling you to setup small to medium image galleries with ease.",
"keywords": ["silverstripe", "gallery", "image", "imagegallery", "foldergallery"],
"homepage": "https://github.com/Juanitou/silverstripe-foldergallery",
"license": "GNU General Public License (GPL) v3.0",
"authors": [
{
"name": "cwsoft",
"email": "[email protected]",
"homepage": "http://cwsoft.de",
"role": "Developer"
},
{
"name": "Juan Ramón Molina Menor",
"email": "[email protected]",
"homepage": "https://github.com/Juanitou",
"role": "Developer"
}
],
"require": {
"silverstripe/vendor-plugin": "^1.0",
"silverstripe/framework": "^4",
"silverstripe/cms": "^4"
},
"extra": {
"expose": [
"css",
"images",
"javascript",
"thirdparty"
],
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Juanitou\\FolderGallery\\": "src/"
}
}
}