forked from r0nn1ef/Silverstripe-Vimeo-Service-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
27 lines (27 loc) · 884 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
{
"name": "r0nn1ef/vimeo-service-module",
"type": "silverstripe-module",
"keywords": ["silverstripe", "vimeo", "third-party", "api"],
"description": "The Vimeo module is designed to let you display a gallery of videos from the Vimeo video sharing site. The module also adds a shortcode to embed a Vimeo video into any text field.",
"license": "BSD-3-Clause",
"keywords": ["silverstripe"],
"authors": [
{
"name": "Ronald Ferguson",
"homepage": "http://www.ronferguson.net",
"email": "[email protected]"
}
],
"require": {
"silverstripe/framework": "2.4",
"silverstripe/cms": "2.4"
},
"support": {
"issues": "https://github.com/r0nn1ef/Silverstripe-Vimeo-Service-module/issues"
},
"extra": {
"screenshots": [
"http://www.silverstripe.org/assets/Uploads/vimeo-service-module-screenshot.jpg"
]
}
}