-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
61 lines (61 loc) · 1.77 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "404-to-301",
"version": "3.1.1",
"private": true,
"description": "Automatically redirect all <strong>404 errors</strong> to any page using <strong>301 redirect for SEO</strong>. You can <strong>redirect and log</strong> every 404 errors. No more 404 errors in Webmaster tool",
"keywords": [
"404",
"301",
"302",
"307",
"not found",
"404 redirect",
"404 to 301",
"301 redirect",
"seo redirect",
"error redirect",
"404 seo",
"custom 404 page"
],
"homepage": "https://duckdev.com/products/404-to-301/",
"license": "GPL-2.0",
"author": {
"name": "Joel James",
"url": "https://duckdev.com"
},
"main": "404-to-301.php",
"repository": "git+https://github.com/Joel-James/404-to-301.git",
"scripts": {
"compile": "clear && grunt clean && webpack -p --progress",
"translate": "clear && grunt translate",
"build": "npm run compile && grunt prepare && grunt build"
},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-checktextdomain": "^1.0.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-wp-i18n": "^1.0.2",
"load-grunt-tasks": "^4.0.0",
"grunt-po2mo": "^0.1.2",
"ajv": "6.5.2",
"ajv-keywords": "^3.2.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.11",
"to-string-loader": "^1.1.4",
"file-loader": "^1.1.11",
"mini-css-extract-plugin": "^0.4.1",
"node-sass": "^4.9.2",
"postcss-loader": "^2.1.5",
"resolve-url-loader": "^2.3.0",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"url-loader": "^1.0.1",
"webpack": "^4.16.2",
"webpack-command": "^0.3.1"
}
}