-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 988 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 988 Bytes
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": "blog",
"version": "0.0.0",
"private": true,
"description": "Hans Chan's blog",
"repository": {
"type": "git",
"url": "https://github.com/csbun/blog.git"
},
"author": "Hans Chan",
"license": "MIT",
"bugs": {
"url": "https://github.com/csbun/blog/issues"
},
"homepage": "https://github.com/csbun/blog",
"scripts": {
"new": "hexo new",
"start": "hexo s",
"d": "echo '{}' > db.json && hexo g && hexo d && hexo algolia"
},
"hexo": {
"version": "3.5.0"
},
"dependencies": {
"hexo": "^3.2.0",
"hexo-algolia": "^1.2.4",
"hexo-deployer-git": "^0.2.0",
"hexo-generator-archive": "^0.1.4",
"hexo-generator-category": "^0.1.3",
"hexo-generator-feed": "^1.2.0",
"hexo-generator-index": "^0.2.0",
"hexo-generator-tag": "^0.2.0",
"hexo-renderer-ejs": "^0.3.0",
"hexo-renderer-marked": "^0.3.0",
"hexo-renderer-stylus": "^0.3.1",
"hexo-server": "^0.2.0",
"hexo-toc": "^1.0.1"
}
}