repo.or.cz
/
hexo-nofollow.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge pull request #8 from curbengh/deprecate
[hexo-nofollow.git]
/
package.json
blob
71683fedd6380d31d930b0962193bd6271dfe1d6
1
{
2
"name": "hexo-nofollow",
3
"version": "2.0.0",
4
"description": "Adds nofollow attribute to all external links in your hexo posts automatically.",
5
"author": "curben",
6
"license": "MIT",
7
"homepage": "https://github.com/curbengh/hexo-nofollow",
8
"main": "index.js",
9
"directories": {
10
"lib": "./lib"
11
},
12
"files": [
13
"lib/",
14
"index.js"
15
],
16
"engines": {
17
"node": ">= 8.6.0"
18
},
19
"repository": "curbengh/hexo-nofollow",
20
"keywords": [
21
"hexo",
22
"hexo-nofollow",
23
"SEO",
24
"nofollow",
25
"external",
26
"noopener",
27
"noreferrer",
28
"target-blank",
29
"target_blank"
30
]
31
}