-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 986 Bytes
/
package.json
File metadata and controls
51 lines (51 loc) · 986 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
44
45
46
47
48
49
50
51
{
"name": "marie",
"description": "Marie is a clean responsive blog theme for Ghost",
"version": "1.0.1",
"engines": {
"ghost": ">=4.0.0",
"ghost-api": "v3"
},
"license": "gpl-3.0",
"screenshots": {
"desktop": "assets/screenshots/desktop.png",
"dark": "assets/screenshots/desktop-dark.png",
"mobile": "assets/screenshots/mobile.png"
},
"scripts":{
"test": "gscan ."
},
"author": {
"name": "Johannes Geisslinger",
"email": "jo@macn.tech",
"url": "https://macn.tech"
},
"gpm": {
"type": "theme",
"categories": [
"Minimal",
"Responsive",
"Blog"
]
},
"keywords": [
"marie",
"ghost-theme",
"blog",
"bootstrap",
"responsive",
"theme",
"dark mode"
],
"repository": {
"type": "git",
"url": "https://github.com/macntech/ghost-marie.git"
},
"devDependencies": {
"gscan": "^4.22.0"
},
"config": {
"posts_per_page": 3,
"image_sizes": {}
}
}