-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 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
{
"name": "orbis-campaign-monitor",
"version": "1.0.0",
"description": "The Orbis Campaign Monitor plugin connects your Orbis environment with Campaign Monitor.",
"repository": {
"type": "git",
"url": "https://github.com/wp-orbis/wp-orbis-campaign-monitor.git"
},
"keywords": [
"orbis",
"deal",
"campaign-monitor",
"offer",
"offers"
],
"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-3.0",
"bugs": {
"url": "https://github.com/wp-orbis/wp-orbis-campaign-monitor/issues",
"email": "support@pronamic.nl"
},
"homepage": "https://github.com/wp-orbis/wp-orbis-campaign-monitor",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-phpcs": "^0.2.3",
"grunt-checktextdomain": "^1.0.1",
"grunt-checkwpversion": "~0.3.0",
"grunt-phplint": "0.0.8",
"grunt-wp-i18n": "~0.5.4",
"load-grunt-tasks": "^3.5.2"
}
}