forked from KINGMJ/maple
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 926 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 926 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "maple",
"version": "4.0.0",
"engines": {
"ghost": ">=3.0.0",
"ghost-api": "v3"
},
"description": "A Ghost theme focused on content designed by jerry.mei",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/KINGMJ/maple.git"
},
"keywords": [
"ghost",
"blog",
"theme",
"ghost-theme",
"maple"
],
"author": {
"name": "Jerry Mei",
"email": "328047478@qq.com",
"url": "http://www.jerrymei.cn"
},
"config": {
"posts_per_page": 12
},
"license": "MIT",
"bugs": {
"url": "https://github.com/KINGMJ/maple/issues"
},
"homepage": "https://github.com/KINGMJ/maple#readme",
"dependencies": {},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-less": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2"
}
}