-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 916 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
45
{
"name": "sashin-exists",
"description": "A theme for sashinexists.com",
"version": "0.3",
"engines": {
"ghost": ">=1.0.0",
"ghost-api": "v2"
},
"keywords": [
"ghost-theme",
"sashin",
"exists",
"sashin-exists"
],
"author": {
"name": "Sashin Exists",
"email": "[email protected]"
},
"config": {
"posts_per_page": 20,
"image_sizes": {
"xxs": {
"width": 30
},
"xs": {
"width": 100
},
"s": {
"width": 300
},
"m": {
"width": 600
},
"l": {
"width": 1000
},
"xl": {
"width": 2000
}
}
},
"dependencies": {
"dotenv": "^8.2.0"
}
}