-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1002 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
40
{
"name": "qqsnote",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "hexo generate",
"clean": "hexo clean",
"deploy": "hexo deploy",
"server": "hexo server"
},
"hexo": {
"version": "5.4.1"
},
"dependencies": {
"hexo": "^5.4.1",
"hexo-deployer-git": "^3.0.0",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
"hexo-generator-index": "^2.0.0",
"hexo-generator-tag": "^1.0.0",
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-kramed": "^0.1.4",
"hexo-renderer-stylus": "^2.0.0",
"hexo-server": "^2.0.0",
"hexo-tag-plantuml": "^1.0.0",
"hexo-theme-landscape": "^0.0.3"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/QQstone/qqsnote.git"
},
"author": "QQstone",
"license": "ISC",
"bugs": {
"url": "https://github.com/QQstone/qqsnote/issues"
},
"homepage": "https://github.com/QQstone/qqsnote#readme",
"description": ""
}