-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (76 loc) · 1.96 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "deer",
"version": "2.0.0",
"description": "一款简洁的火麒麟博客主题",
"url": "https://dctxf.com",
"preview": "https://dctxf.com",
"tags": [
"deer",
"firekylin",
"theme"
],
"configElements": [{
"type": "text",
"name": "sidebarBackground",
"label": "主题左侧背景图片",
"help": "在这里,输入您需要在顶部显示的图片的URL地址。 图像宽度应大于 250 像素。 建议宽度 500 像素。 建议高度 1200 像素。"
}, {
"type": "color",
"name": "sidebarBackgroundColor",
"label": "主题左侧背景颜色",
"help": "选择左侧菜单背景颜色"
}, {
"type": "color",
"name": "sidebarColor",
"label": "主题左侧文字颜色"
}, {
"type": "css",
"name": "customCSS",
"label": "自定义 CSS",
"help": "设置网站自定义 CSS"
}, {
"type": "javascript",
"name": "customJS",
"label": "自定义 JS",
"help": "设置网站自定义 JS"
}, {
"type": "html",
"name": "cc",
"label": "版权信息",
"help": "在每篇文章之后添加版权信息"
}],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp dev",
"build": "gulp clean && gulp build"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/dctxf/deer-firekylin-theme.git"
},
"keywords": [
"firekylin",
"theme",
"deer"
],
"author": "dctxf",
"license": "ISC",
"bugs": {
"url": "https://github.com/dctxf/deer-firekylin-theme/issues"
},
"homepage": "https://github.com/dctxf/deer-firekylin-theme#readme",
"dependencies": {
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^3.4.2",
"gulp-htmlmin": "^3.0.0",
"gulp-inline-source": "^3.1.0",
"gulp-less": "^3.3.0",
"gulp-sourcemaps": "^2.6.0",
"less-plugin-autoprefix": "^1.5.1"
},
"devDependencies": {
"gulp-autoprefixer": "^4.0.0"
}
}