forked from kathyqian/crisp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 965 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
{
"name": "crisp",
"description": "A minimalist, responsive, and open-source theme for Ghost",
"version": "1.0.0",
"engines": {
"ghost-api": "v4"
},
"license": "MIT",
"screenshots": {
"desktop": "assets/screenshot-desktop.png",
"mobile": "assets/screenshot-mobile.png"
},
"author": {
"name": "Kathy Qian",
"email": "hello@kathyqian.com",
"url": "https://kathyqian.com"
},
"gpm": {
"type": "theme",
"categories": [
"Minimal",
"Personal Blogs"
]
},
"keywords": [
"ghost",
"theme",
"ghost-theme"
],
"repository": {
"type": "git",
"url": "https://github.com/kathyqian/crisp.git"
},
"bugs": "https://github.com/kathyqian/crisp/issues",
"contributors": "https://github.com/kathyqian/crisp/graphs/contributors",
"config": {
"posts_per_page": 10
}
}