-
Notifications
You must be signed in to change notification settings - Fork 66
/
composer.json
32 lines (32 loc) · 940 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": "norcross/airplane-mode",
"description": "Disables external data calls and loading for working on a purely local (i.e. no internet connection) WordPress site",
"type": "wordpress-plugin",
"license": "MIT",
"authors":[
{
"name": "Andrew Norcross",
"email": "andrew@andrewnorcross.com",
"homepage": "https://github.com/norcross"
},
{
"name": "John Blackbourn",
"homepage": "https://github.com/johnbillion"
},
{
"name": "Andy Fragen",
"homepage": "https://github.com/afragen"
},
{
"name": "Mark Jaquith",
"homepage": "https://github.com/markjaquith"
},
{
"name": "Chris Christoff",
"homepage": "https://github.com/chriscct7"
}
],
"require": {
"composer/installers": "^1 || ^2"
}
}