-
Notifications
You must be signed in to change notification settings - Fork 25
/
composer.json
33 lines (33 loc) · 1008 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
33
{
"name": "stephenharris/post_type_archive_link",
"description": "WordPress plugin that creates a metabox to the Appearance > Menu page to add custom post type archive link.",
"keywords": ["wordpress"],
"type": "wordpress-plugin",
"homepage": "https://github.com/stephenharris/WordPress-Post-Type-Archive-Links",
"license": "GPL",
"authors": [
{
"name": "Stephen Harris",
"email": "contact@stephenharris.info",
"homepage": "http://stephenharris.info",
"role": "Lead Developer"
},
{
"name": "F J Kaiser",
"email": "wecodemore@gmail.com",
"role": "Developer"
},
{
"name": "Jörn Lund",
"role": "Developer"
},
{
"name": "Giuseppe Mazzapica",
"email": "giuseppe.mazzapica@gmail.com",
"role": "Developer"
}
],
"require": {
"composer/installers": "~1.0"
}
}