-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
44 lines (44 loc) · 1.06 KB
/
composer.json
File metadata and controls
44 lines (44 loc) · 1.06 KB
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
{
"name": "nicolasgraph/oui_player",
"description": "Manage configurable media players in Textpattern CMS",
"keywords": [
"textpattern",
"plugin",
"player",
"audio",
"video",
"abc",
"archive",
"bandcamp",
"dailymotion",
"giphy",
"html5",
"mixcloud",
"myspace",
"soundcloud",
"twitch",
"viddsee",
"vimeo",
"vine",
"youtube"
],
"homepage": "https://github.com/NicolasGraph/oui_player",
"license": "GPL-2.0-only",
"type": "textpattern-plugin",
"authors": [
{
"name": "Nicolas Morand",
"homepage": "https://github.com/NicolasGraph",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/NicolasGraph/oui_player/issues",
"source": "https://github.com/NicolasGraph/oui_player"
},
"require": {
"textpattern/lock": "^4.6",
"textpattern/installer": "*"
},
"minimum-stability": "beta"
}