-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
41 lines (41 loc) · 902 Bytes
/
package.json
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
37
38
39
40
41
{
"name": "hexo-filter-nofollow",
"version": "2.0.2",
"description": "Add nofollow attribute to all external links automatically",
"main": "index.js",
"directories": {
"lib": "./lib"
},
"files": [
"lib/",
"index.js"
],
"engines": {
"node": ">= 14"
},
"scripts": {
"eslint": "eslint .",
"test": "mocha test/index.js"
},
"repository": "hexojs/hexo-filter-nofollow",
"keywords": [
"hexo",
"seo",
"hexo-plugin",
"hexo-filter",
"nofollow"
],
"author": "SukkaW <[email protected]> (https://skk.moe)",
"license": "MIT",
"bugs": {
"url": "https://github.com/hexojs/hexo-filter-nofollow/issues"
},
"homepage": "https://github.com/hexojs/hexo-filter-nofollow#readme",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^8.3.0",
"eslint-config-hexo": "^5.0.0",
"hexo": "^7.3.0",
"mocha": "^10.2.0"
}
}