forked from johngodley/redirection
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1011 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1011 Bytes
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
{
"name": "redirection",
"version": "2.4.1",
"description": "Redirection is a WordPress plugin to manage 301 redirections and keep track of 404 errors without requiring knowledge of Apache .htaccess files.",
"main": "redirection.php",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/johngodley/redirection.git"
},
"keywords": [
"post",
"admin",
"seo",
"pages",
"manage",
"301",
"404",
"redirect",
"permalink"
],
"author": "John Godley",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/johngodley/redirection/issues"
},
"homepage": "https://github.com/johngodley/redirection",
"devDependencies": {
"del": "^2.0.2",
"glob-all": "^3.0.1",
"gulp": "^3.9.0",
"gulp-deleted": "0.0.2",
"gulp-sort": "^1.1.1",
"gulp-wp-pot": "^1.0.4",
"path": "^0.12.7",
"through": "^2.3.8",
"underscore": "^1.8.3"
}
}