-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.03 KB
/
package.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
42
43
{
"name": "paypal-payments-standard",
"version": "1.0.0",
"description": "PayPal Payments Standard driver for the WordPress payment processing library.",
"repository": {
"type": "git",
"url": "https://github.com/wp-pay-gateways/paypal-payments-standard"
},
"keywords": [
"wordpress",
"wp",
"pay",
"paypal",
"standard",
"gateway",
"pronamic"
],
"author": {
"name": "Pronamic",
"email": "info@pronamic.nl",
"url": "http://www.pronamic.nl/"
},
"contributors": [
{
"name": "Remco Tolsma",
"email": "info@remcotolsma.nl",
"url": "http://www.remcotolsma.nl/"
}
],
"license": "GPL",
"bugs": {
"url": "https://github.com/wp-pay-gateways/paypal-payments-standard/issues"
},
"homepage": "http://www.wp-pay.org/gateways/paypal-payments-standard/",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "^0.11.0",
"grunt-phpcs": "^0.2.3",
"grunt-phplint": "0.0.5",
"grunt-phpmd": "^0.1.1",
"grunt-phpunit": "^0.3.6"
}
}