-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 621 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 621 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
{
"name": "hexo-netlify-cms",
"description": "Netlify CMS plugin for Hexo.",
"keywords": [
"hexo",
"netlify-cms"
],
"version": "3.0.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/JiangTJ/hexo-netlify-cms.git"
},
"bugs": {
"url": "https://github.com/JiangTJ/hexo-netlify-cms/issues"
},
"homepage": "https://github.com/JiangTJ/hexo-netlify-cms#readme",
"author": "MrTT <jiang.taojie@foxmail.com>",
"license": "LGPL-3.0",
"private": false,
"dependencies": {
"ejs": "^3.1.6",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21"
}
}