forked from pronamic/wp-pronamic-pay-easy-digital-downloads
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.09 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
44
45
46
{
"name": "easy-digital-downloads",
"version": "2.1.1",
"description": "Easy Digital Downloads driver for the WordPress payment processing library.",
"repository": {
"type": "git",
"url": "https://github.com/wp-pay-extensions/easy-digital-downloads"
},
"keywords": [
"wordpress",
"wp",
"pay",
"edd",
"easy",
"digital",
"downloads",
"gateway",
"pronamic"
],
"author": {
"name": "Pronamic",
"email": "[email protected]",
"url": "http://www.pronamic.nl/"
},
"contributors": [
{
"name": "Remco Tolsma",
"email": "[email protected]",
"url": "http://www.remcotolsma.nl/"
}
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/wp-pay-extensions/easy-digital-downloads/issues"
},
"homepage": "http://www.wp-pay.org/extensions/easy-digital-downloads/",
"devDependencies": {
"grunt": "~1.0.4",
"grunt-contrib-jshint": "^2.1.0",
"grunt-phpcs": "^0.4.0",
"grunt-phplint": "0.1.0",
"grunt-phpmd": "^0.1.1",
"grunt-phpunit": "^0.3.6",
"load-grunt-tasks": "^5.1.0"
}
}