forked from sisyphsu/hexo-enhancer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.08 KB
/
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
42
43
44
45
46
{
"name": "hexo-enhancer",
"version": "1.0.10",
"description": "a feature enhancer for hexo, support abbrlink, auto-title, auto-date, auto-categories, auto-tags...",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:sisyphsu/hexo-enhancer.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"keywords": [
"hexo",
"link",
"enhancer",
"generate",
"permalink",
"categories",
"tags",
"title",
"date"
],
"author": "sisyphsu",
"license": "MIT",
"bugs": {
"url": "https://github.com/sisyphsu/hexo-enhancer/issues"
},
"homepage": "https://github.com/sisyphsu/hexo-enhancer#readme",
"dependencies": {
"base-x": "^3.0.5",
"buffer-crc32": "^0.2.13",
"hexo-front-matter": "^1.0.0",
"hexo-fs": "^3.1.0",
"md5": "^2.2.1",
"moment-timezone": "^0.5.23"
},
"devDependencies": {
"@types/hexo": "^3.8.5",
"@types/hexo-log": "^0.2.2",
"@types/moment-timezone": "^0.5.10"
}
}