-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (40 loc) · 1.19 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
{
"name": "jonnitto/prettyembedvimeo",
"type": "neos-plugin",
"license": "GPL-3.0-or-later",
"description": "Prettier embeds for your Vimeo videos in Neos CMS - with nice options like high-res preview images, lightbox feature and advanced customization of embed options.",
"keywords": [
"flow",
"neos",
"video",
"vimeo",
"contentelement"
],
"support": {
"issues": "https://github.com/jonnitto/Jonnitto.PrettyEmbedVimeo/issues",
"source": "https://github.com/jonnitto/Jonnitto.PrettyEmbedVimeo"
},
"homepage": "https://github.com/jonnitto/Jonnitto.PrettyEmbedVimeo",
"authors": [
{
"name": "Jon Uhlmann",
"email": "[email protected]",
"homepage": "https://www.uhlmann.pro",
"role": "Developer"
}
],
"require": {
"jonnitto/prettyembedhelper": "^4.2 || dev-master"
},
"autoload": {
"psr-4": {
"Jonnitto\\PrettyEmbedVimeo\\": "Classes"
}
},
"extra": {
"installer-name": "Jonnitto.PrettyEmbedVimeo",
"neos": {
"package-key": "Jonnitto.PrettyEmbedVimeo"
}
}
}