-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 855 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 855 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
{
"name": "hexo-safego",
"version": "2.3.0",
"description": "✨Hexo plugin for safe external link redirection with base64 encoding, domain whitelisting, and support for a custom redirect page.",
"main": "index.js",
"dependencies": {
"cheerio": "^1.0.0-rc.12"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/willow-god/hexo-safego.git"
},
"keywords": [
"hexo",
"plugin",
"external-link",
"safego",
"base64"
],
"files": [
"go.html",
"index.js",
"lib/"
],
"author": "willow-god",
"email": "01@liushen.fun",
"license": "MIT",
"bugs": {
"url": "https://github.com/willow-god/hexo-safego/issues"
},
"homepage": "https://blog.liushen.fun/posts/1dfd1f41/"
}