-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
44 lines (44 loc) · 924 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
41
42
43
44
{
"name": "our-status",
"description": "Our Status",
"demo": "https://our.status.im",
"version": "1.3.0",
"license": "GNU General Public License, Version 2",
"engines": {
"ghost": ">=2.0.0",
"ghost-api": "v2"
},
"author": {
"name": "Robin Percy",
"email": "[email protected]",
"url": "https://status.im"
},
"gpm": {
"type": "theme",
"categories": [
"Writer"
]
},
"keywords": [
"ghost",
"theme",
"ghost-theme"
],
"dependencies": {
"gulp": "^3.9.1",
"gulp-minify": "^3.1.0",
"gulp-sass": "^4.0.2"
},
"config": {
"posts_per_page": 15,
"image_sizes": {
"xs": {
"width": 80,
"height": 80
},
"m": {
"width": 720
}
}
}
}