-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
32 lines (32 loc) · 905 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
28
29
30
31
32
{
"name": "nicolasgraph/oui_ted",
"description": "Embed Ted audio players in Textpattern CMS through oui_player v2+",
"keywords": [
"textpattern",
"plugin",
"player",
"audio",
"ted"
],
"homepage": "https://github.com/NicolasGraph/oui_ted",
"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_ted/issues",
"source": "https://github.com/NicolasGraph/oui_ted"
},
"require": {
"textpattern/lock": "^4.6",
"textpattern/installer": "*",
"nicolasgraph/oui_player": "^2",
"nicolasgraph/oui_provider": "^1"
},
"minimum-stability": "beta"
}