-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
composer.json
36 lines (36 loc) · 1.14 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
{
"name": "fabacab/wp-pgp-encrypted-emails",
"description": "Encrypts WordPress emails using OpenPGP or S/MIME with a familiar API.",
"type": "wordpress-plugin",
"keywords": [
"OpenPGP",
"GPG",
"WordPress",
"Security",
"Privacy",
"Email",
"SMIME",
"encryption",
"PGP",
"API wrapper"
],
"homepage": "https://github.com/fabacab/wp-pgp-encrypted-emails/#readme",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/singpolyma/openpgp-php"
}
],
"require": {
"singpolyma/openpgp-php": "^0.5.0",
"danielruf/secure-shred": "^2"
},
"license": "GPL-3.0",
"support": {
"issues": "https://github.com/fabacab/wp-pgp-encrypted-emails/issues",
"forum": "https://wordpress.org/support/plugin/wp-pgp-encrypted-emails",
"wiki": "https://github.com/fabacab/wp-pgp-encrypted-emails/wiki",
"source": "https://github.com/fabacab/wp-pgp-encrypted-emails",
"docs": "https://github.com/fabacab/wp-pgp-encrypted-emails/blob/master/README.markdown"
}
}