-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
62 lines (62 loc) · 1.12 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
{
"name": "rimay",
"description": "Rimay awesome theme for Ghost",
"demo": "https://godofredo.ninja",
"homepage": "https://github.com/godofredoninja/rimay#readme",
"version": "0.0.3",
"engines": {
"ghost": ">=3.0.0",
"ghost-api": "v3"
},
"license": "GPLv3",
"author": {
"name": "GodoFredo",
"email": "hello@godofredo.ninja",
"url": "https://godofredo.ninja"
},
"gpm": {
"type": "theme",
"categories": [
"Minimal",
"Blog",
"Magazine",
"photographer",
"travel"
]
},
"keywords": [
"ghost",
"theme",
"photographer",
"godofredo",
"ghost-theme"
],
"repository": {
"type": "git",
"url": "https://github.com/godofredoninja/rimay.git"
},
"bugs": "https://github.com/godofredoninja/rimay/issues",
"config": {
"posts_per_page": 18,
"image_sizes": {
"xxs": {
"width": 30
},
"xs": {
"width": 100
},
"s": {
"width": 300
},
"m": {
"width": 600
},
"l": {
"width": 1000
},
"xl": {
"width": 2000
}
}
}
}