-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
24 lines (24 loc) · 879 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
{
"name": "metabox-sanity",
"description": "Metabox Sanity provides WordPress theme and plugin authors a way to benevolently dictate how other plugins and themes can interact with their custom post type interfaces in the form of metaboxes.",
"homepage": "https://github.com/thomasgriffin/metabox-sanity",
"keywords": ["wordpress","plugins", "theme", "metabox", "metaboxes"],
"license": "GPL-2.0+",
"authors": [
{
"name": "Thomas Griffin",
"homepage": "http://thomasgriffinmedia.com",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/thomasgriffin/metabox-sanity/issues",
"source": "https://github.com/thomasgriffin/metabox-sanity"
},
"require": {
"php": ">=5.2"
},
"autoload": {
"files": ["class-tgm-metabox-sanity.php"]
}
}