hexo-autonofollow
Version:
Adds nofollow attribute to all external links in your hexo posts automatically.
30 lines (29 loc) • 741 B
JSON
{
"name": "hexo-autonofollow",
"version": "1.0.1",
"description": "Adds nofollow attribute to all external links in your hexo posts automatically.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/liuzc/hexo-autonofollow.git"
},
"keywords": [
"hexo",
"SEO",
"hexo-autonofollow",
"nofollow",
"external"
],
"author": "LiuZhichao <mail@liuzhichao.com> (http://liuzhichao.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/liuzc/hexo-autonofollow/issues"
},
"homepage": "https://github.com/liuzc/hexo-autonofollow",
"dependencies": {
"cheerio": "^0.19.0"
}
}