chore(package): use caret version range
[hexo-nofollow.git] / package.json
blobaba11ef9ee3c60166a1c52c53a57512ae18cd7b8
2   "name": "hexo-nofollow",
3   "version": "1.0.4",
4   "description": "Adds nofollow attribute to all external links in your hexo posts automatically.",
5   "author": "weyusi",
6   "license": "MIT",
7   "homepage": "https://github.com/weyusi/hexo-nofollow",
8   "main": "index.js",
9   "directories": {
10     "lib": "./lib"
11   },
12   "engines": {
13     "node": ">= 8"
14   },
15   "repository": {
16     "type": "git",
17     "url": "https://github.com/weyusi/hexo-nofollow.git"
18   },
19   "keywords": [
20     "hexo",
21     "hexo-nofollow",
22     "SEO",
23     "nofollow",
24     "external",
25     "noopener",
26     "noreferrer",
27     "target-blank",
28     "target_blank"
29   ],
30   "dependencies": {
31     "cheerio": "^1.0.0-rc.2"
32   }