-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"name": "crozon",
"description": "A minimal and responsive Ghost theme for photos.",
"homepage": "http://github.com/mohoff/Crozon",
"demo": "https://blog.mohoff.de",
"version": "1.1.0",
"engines": {
"ghost": ">=1.0.0"
},
"license": "MIT",
"screenshots": {
"desktop": "assets/screenshots/desktop.png",
"mobile": "assets/screenshots/mobile.jpg"
},
"author": {
"name": "Moritz Hoffmann",
"email": "[email protected]",
"url": "https://mohoff.de"
},
"gpm": {
"type": "theme",
"categories": [
"Minimal",
"Personal Blogs",
"Photography Corner"
]
},
"keywords": [
"ghost",
"theme"
],
"repository": {
"type": "git",
"url": "https://github.com/mohoff/Crozon.git"
},
"bugs": "https://github.com/mohoff/Crozon/issues",
"contributors": "https://github.com/mohoff/Crozon/graphs/contributors",
"config": {
"posts_per_page": 10
}
}