This repository has been archived by the owner on Feb 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
/
composer.json
executable file
·41 lines (41 loc) · 1.53 KB
/
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
34
35
36
37
38
39
40
41
{
"name": "betterangels/buoy",
"description": "A community-based crisis response system. Because friends don't let friends call the cops.",
"homepage": "https://betterangels.github.io/buoy/",
"keywords": ["wordpress", "plugin", "Better Angels", "community", "emergency response", "activism"],
"type": "wordpress-plugin",
"repositories": [
{
"type": "pear",
"url": "https://pear.horde.org"
}
],
"require": {
"composer/installers": "^1.1",
"php": ">=5.3",
"pear-pear.horde.org/Horde_Imap_Client": "*"
},
"license": "GPL-3.0",
"authors": [
{
"name": "The Better Angels",
"email": "[email protected]",
"homepage": "https://betterangels.github.io/",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/betterangels/buoy/issues",
"forum": "https://wordpress.org/support/plugin/buoy/",
"wiki": "https://github.com/betterangels/buoy/wiki",
"irc": "https://gitter.im/betterangels/buoy",
"source": "https://github.com/betterangels/buoy/",
"docs": "https://github.com/betterangels/buoy/wiki/Documentation",
"rss": "https://github.com/betterangels/buoy/commits/develop.atom"
},
"minimum-stability": "stable",
"suggest": {
"wpackagist-plugin/wp-pgp-encrypted-emails": "Offers additional security and privacy enhancements for email-based communication."
}
}