-
Notifications
You must be signed in to change notification settings - Fork 74
/
package.json
47 lines (47 loc) · 1.22 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
{
"name": "BackUpWordPress",
"version": "3.9",
"description": "Simple automated backups of your WordPress powered website.",
"main": "backupwordpress.php",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/xibodevelopment/backupwordpress"
},
"keywords": [
"backups"
],
"author": "xibodevelopment",
"license": "GPLv2",
"bugs": {
"url": "https://github.com/xibodevelopment/backupwordpress/issues"
},
"homepage": "https://github.com/xibodevelopment/backupwordpress",
"devDependencies": {
"grunt": "*",
"grunt-autoprefixer": "*",
"grunt-bumpup": "*",
"grunt-checktextdomain": "*",
"grunt-checkwpversion": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-compress": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-cssmin": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-po2mo": "*",
"grunt-pot": "*",
"grunt-shell": "*",
"grunt-text-replace": "*",
"grunt-wp-deploy": "*",
"grunt-wp-i18n": "*",
"load-grunt-config": "*",
"load-grunt-tasks": "*"
}
}