-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
47 lines (47 loc) · 1.2 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
47
{
"name": "hexo-boilerplate-netlify-cms",
"version": "0.0.0",
"description": "Hexo boilerplate integrated with Netlify CMS, powered by Demo Macro.",
"private": true,
"devDependencies": {
"hexo": "6.3.0",
"hexo-generator-archive": "2.0.0",
"hexo-generator-index": "3.0.0",
"hexo-generator-category": "2.0.0",
"hexo-generator-tag": "2.0.0",
"hexo-renderer-ejs": "2.0.0",
"hexo-renderer-marked": "6.0.0",
"hexo-renderer-stylus": "3.0.0",
"hexo-server": "3.0.0",
"hexo-theme-landscape": "1.0.0"
},
"scripts": {
"build": "hexo generate",
"clean": "hexo clean",
"deploy": "hexo deploy",
"server": "hexo server"
},
"hexo": {
"version": "5.4.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DemoMacro/hexo-boilerplate-netlify-cms.git"
},
"keywords": [
"hexo",
"boilerplate",
"netlify",
"netlify-cms"
],
"author": {
"name": "Demo Macro",
"email": "[email protected]",
"url": "https://imst.xyz/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/DemoMacro/hexo-boilerplate-netlify-cms/issues"
},
"homepage": "https://github.com/DemoMacro/hexo-boilerplate-netlify-cms#readme"
}