-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.25 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.25 KB
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
47
48
49
50
{
"name": "blog",
"version": "1.0.0",
"description": "hexo blog",
"main": "index.js",
"scripts": {
"build": "hexo g -w",
"push": "hexo g -d",
"dev": "hexo s -l",
"clear": "hexo clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MinFE/blog.git"
},
"keywords": [
"hexo",
"blog"
],
"author": "minfive <chenxiaowu1994@outlook.com> (http://blog.minfive.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/MinFE/blog/issues"
},
"homepage": "https://github.com/MinFE/blog#readme",
"hexo": {
"version": "3.8.0"
},
"devDependencies": {
"hexo": "^3.3.8",
"hexo-autoprefixer": "^1.0.0",
"hexo-deployer-git": "^0.3.1",
"hexo-filter-cleanup": "^1.0.7",
"hexo-generator-archive": "^0.1.4",
"hexo-generator-category": "^0.1.3",
"hexo-generator-feed": "^1.2.0",
"hexo-generator-index": "^0.2.1",
"hexo-generator-sitemap": "^1.2.0",
"hexo-generator-tag": "^0.2.0",
"hexo-renderer-marked": "^0.3.0",
"hexo-renderer-sass": "^0.3.2",
"hexo-renderer-swig": "^1.1.0",
"hexo-server": "^0.2.2",
"hexo-wordcount": "^3.0.2",
"lunr": "mamboer/lunr.js",
"moment": "^2.18.1",
"node-sass": "^4.5.3",
"object-assign": "^4.1.1"
}
}