{
  "name": "hexo-nofollow-only",
  "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/devtox/hexo-nofollow-only.git"
  },
    "keywords": [
    "hexo",
    "SEO",
    "hexo-autonofollow",
    "nofollow",
    "external"
  ],
  "author": "LiuZhichao <mail@liuzhichao.com> (http://liuzhichao.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/devtox/hexo-nofollow-only/issues"
  },
  "homepage": "https://github.com/devtox/hexo-nofollow-only",
  "dependencies": {
    "cheerio": "^0.19.0"
  }
}
