forked from wpmudev/cloner
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 890 Bytes
/
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
{
"name": "cloner",
"version": "1.8.0-beta-2",
"main": "cloner.php",
"scripts": {
"build": "grunt build"
},
"projectEditUrl": "https://premium.wpmudev.org/wp-admin/edit.php?post_type=project&page=projects-manage&manage_files=679841",
"description": "",
"dependencies": {},
"devDependencies": {
"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",
"lodash": "0.9.2"
},
"author": "WPMU DEV",
"license": "GPLv2"
}