-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
23 lines (23 loc) · 757 Bytes
/
composer.json
File metadata and controls
23 lines (23 loc) · 757 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": "oui/oui_instagram",
"description": "Instagram user infos and recent images embedding plugin for Textpattern CMS",
"keywords": ["textpattern", "plugin", "instagram", "api"],
"homepage": "https://github.com/NicolasGraph/oui_instagram",
"license": "GPL-2.0",
"type": "textpattern-plugin",
"authors": [
{
"name": "Nicolas Morand",
"homepage": "https://github.com/NicolasGraph",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/NicolasGraph/oui_instagram/issues",
"source": "https://github.com/NicolasGraph/oui_instagram"
},
"require": {
"textpattern/lock": "4.6.*",
"textpattern/installer": "*"
}
}