-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
63 lines (63 loc) · 1.37 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
62
63
{
"name": "hexo-broken-link-checker",
"version": "1.1.0",
"description": "Detects links that don't work, missing images and redirects.",
"main": "index",
"author": {
"name": "Sergio Lepore",
"email": "[email protected]",
"url": "http://www.sergiolepore.net/"
},
"repository": {
"type": "git",
"url": "https://github.com/sergiolepore/hexo-broken-link-checker.git"
},
"scripts": {
"test": "lab -I 'hexo,makeString'"
},
"dependencies": {
"request": ">=2.67.0",
"wrench": ">=1.5.8",
"colors": "*",
"JSONSelect": ">= 0.4.0",
"jsonfile": ">=2.2.3",
"cli-table": ">=0.3.1",
"prettyjson": "*",
"cheerio": "*",
"moment": "~2.10.6",
"puid": "~1.0.5",
"update-notifier": "~0.6.0",
"async": "~1.5.0",
"underscore.string": "~3.2.2",
"lockfile": "~1.0.1"
},
"keywords": [
"website",
"blog",
"hexo",
"broken",
"dead",
"link",
"redirection",
"404",
"error",
"checker",
"console",
"command",
"plugin"
],
"licenses": [
{
"type": "BSD 3-Clause License",
"url": "https://github.com/sergiolepore/hexo-broken-link-checker/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/sergiolepore/hexo-broken-link-checker/issues"
},
"devDependencies": {
"code": "^1.5.0",
"hexo": "^3.1.1",
"lab": "^6.2.0"
}
}