-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.38 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
47
48
{
"name": "EDD_ActiveCampaign",
"version": "1.1.0",
"description": "Include a ActiveCampaign signup option with your Easy Digital Downloads checkout.",
"homepage": "https://easydigitaldownloads.com/extension/activecampaign",
"author": {
"name": "Easy Digital Downloads, LLC",
"email": "[email protected]",
"url": "https://easydigitaldownloads.com/"
},
"license": "GPLv2+",
"private": true,
"directories": {
"js": "",
"sass": "",
"css": "",
"build": "./build",
"languages": "./languages"
},
"pot": {
"type": "wp-plugin",
"textdomain": "edd-activecampaign",
"src": "edd-activecampaign.php",
"header": {
"bugs": "https://easydigitaldownloads.com/support/",
"team": "Easy Digital Downloads <[email protected]>",
"last_translator": "Easy Digital Downloads <[email protected]>"
}
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-checktextdomain": "~1.0.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.8.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~1.0.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-exec": "~0.4.5",
"grunt-newer": "^1.1.0",
"grunt-phpcs": "^0.4.0",
"grunt-potomo": "~3.2.0",
"grunt-text-replace": "^0.4.0",
"grunt-wp-i18n": "~0.5.1",
"grunt-wp-readme-to-markdown": "^0.9.0",
"load-grunt-config": "0.16.0",
"load-grunt-tasks": "~0.3.0"
}
}