-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
37 lines (37 loc) · 1.04 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
{
"name": "xcloner-backup-and-restore",
"version": "3.1.4",
"description": "XCloner Backup and Restore plugin",
"main": "xcloner.php",
"directories": {
"example": "examples",
"lib": "lib"
},
"scripts": {
"build": "echo \"Error: no build specified\"",
"build-prod": "webpack --config webpack.prod.js",
"start": "webpack --config webpack.dev.js --watch --info-verbosity verbose",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ovidiul/XCloner-Wordpress.git"
},
"keywords": [
"backup"
],
"author": "Watchful.net",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/ovidiul/XCloner-Wordpress/issues"
},
"homepage": "https://github.com/ovidiul/XCloner-Wordpress#readme",
"devDependencies": {
"terser-webpack-plugin": "^4.1.0",
"uglify-js": "^3.10.3",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-merge": "^5.1.3",
"webpack-merge-and-include-globally": "^2.1.25"
}
}