forked from godofredoninja/Mapache
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 816 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
40
{
"name": "mapache-godofredoninja",
"description": "mapache theme for ghost by @GodoFredoNinja",
"demo": "https://godofredo.ninja",
"version": "3.0.3",
"engines": {
"ghost": ">=2.0.0"
},
"license": "CC BY-NC-SA 4.0",
"author": {
"name": "GodoFredoNinja",
"email": "hello@godofredo.ninja",
"url": "https://godofredo.ninja"
},
"gpm": {
"type": "theme",
"categories": [
"Minimal",
"Magazine",
"Blog"
]
},
"keywords": [
"ghost",
"theme",
"ghost-theme",
"GodoFredoNinja"
],
"repository": {
"type": "git",
"url": "https://github.com/godofredoninja/mapache"
},
"bugs": {
"url": "https://github.com/godofredoninja/mapache/issues",
"email": "hello@godofredo.ninja"
},
"config": {
"posts_per_page": 14
}
}