forked from WHMCS/sample-gateway-module
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 750 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 750 Bytes
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
{
"name": "whmcs/intasend-payments",
"description": "The official WHMCS Plugin for IntaSend Payment Gateway",
"keywords": [
"intasend payments",
"intasend whmcs",
"intasend gateway module",
"intasend payment gateway"
],
"homepage": "http://www.intasend.com.com/",
"license": "MIT",
"authors": [
{
"name": "Mugendi Gitonga",
"email":"mugendi.gitonga@intasend.com",
"role": "Developer"
},
{
"name": "Felix Cheruiyot",
"email":"felix@intasend.com",
"role": "Lead"
}
],
"support": {
"email": "support@intasend.com",
"wiki": "http://developers.intasend.com/"
}
}