forked from wpmudev/mailchimp-sync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.01 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
{
"name": "mailchimp-sync",
"version": "1.9.7",
"main": "mailchimp-sync.php",
"projectEditUrl": "https://premium.wpmudev.org/wp-admin/edit.php?post_type=project&page=projects-manage&manage_files=73",
"description": "",
"scripts": {
"build": "grunt build",
"release": "grunt version-compare && git-branch-is master && git submodule update --remote && grunt build && grunt finish"
},
"dependencies": {},
"devDependencies": {
"git-branch-is": "^0.1.0",
"grunt": "~0.4.5",
"grunt-checktextdomain": "^0.1.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.8.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "~0.4.5",
"grunt-open": "^0.2.3",
"grunt-phpunit": "^0.3.6",
"grunt-potomo": "~2.1.0",
"grunt-search": "^0.1.8",
"grunt-wp-i18n": "~0.5.0",
"load-grunt-tasks": "~0.2.0"
},
"author": "WPMU DEV",
"license": "GPLv2"
}