forked from unclecheese/silverstripe-kickassets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
23 lines (22 loc) · 681 Bytes
/
composer.json
File metadata and controls
23 lines (22 loc) · 681 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "unclecheese/kickassets",
"description": "Provides an alternative file management interface for SilverStripe CMS with drag-and-drop, multi-selection, and several other desktop-like UI conventions.",
"type": "silverstripe-module",
"keywords": ["silverstripe", "assets", "files", "AssetAdmin", "upload"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Uncle Cheese",
"email": "unclecheese@leftandmain.com"
}
],
"require":
{
"silverstripe/framework": "3.*",
"silverstripe/cms": "3.*"
},
"extra": {
"installer-name": "kickassets"
},
"replace": {"silverstripe/kickassets": "*"}
}