forked from JustinSainton/AffiliateWP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.37 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
49
50
51
52
53
54
55
56
57
{
"name": "AffiliateWP",
"version": "1.9.7",
"description": "Affiliate Plugin for WordPress",
"homepage": "https://affiliatewp.com/",
"author": {
"name": "AffiliateWP, LLC",
"email": "support@affiliatewp.com",
"url": "https://affiliatewp.com/"
},
"contributors": "FX Bénard <fx@fxbenard.com> ",
"repository": {
"type": "",
"url": ""
},
"bugs": {
"url": "https://affiliatewp.com/support/",
"email": ""
},
"license": "GPLv2+",
"private": true,
"directories": {
"js": "",
"sass": "",
"css": "",
"build": "./build",
"languages": "./languages"
},
"pot": {
"type": "wp-plugin",
"textdomain": "affiliate-wp",
"src": "affiliate-wp.php",
"header": {
"bugs": "https://affiliatewp.com/support/",
"team": "AffiliateWP <support@affiliatewp.com>",
"last_translator": "AffiliateWP <support@affiliatewp.com>"
}
},
"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"
}
}