-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 876 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
{
"name": "hexo-neodb",
"version": "0.1.7",
"description": "Generate neodb pages of books, movies, tvs, musics and games for Hexo.",
"main": "index",
"scripts": {},
"dependencies": {
"axios": "^1.6.8",
"diagnostics_channel": "^1.1.0",
"ejs": "3.1.7",
"hexo-fs": "4.1.1",
"hexo-i18n": "1.0.0",
"hexo-log": "3.2.0",
"path": "^0.12.7",
"urllib": "^3.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/lesslsmore/hexo-neodb.git"
},
"keywords": [
"generator",
"plugin",
"books",
"movies",
"hexo",
"neodb"
],
"author": "lesslsmore",
"license": "MIT",
"devDependencies": {
"eslint": "^1.10.3",
"eslint-config-hexo": "^1.0.2"
},
"bugs": {
"url": "https://github.com/lesslsmore/hexo-neodb/issues"
},
"homepage": "https://github.com/lesslsmore/hexo-neodb/"
}