-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
46 lines (46 loc) · 1.09 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
{
"name" : "chopstick",
"description": "Chopstick has been designed and developed with great quality and care, this is so that, publishers, bloggers and people who have passion for particular subjects, can have the perfect theme to share their thoughts with the world.",
"version": "2.0.0",
"engines": {
"ghost": ">=3.0.0",
"ghost-api": "v3"
},
"author": {
"name": "Erick Kagai",
"email": "[email protected]",
"url": "https://www.kagai.me/"
},
"license": "MIT",
"keywords": [
"ghost",
"theme",
"ghost-theme"
],
"browserslist": [
"defaults"
],
"config": {
"posts_per_page": 10,
"image_sizes": {
"xxs": {
"width": 30
},
"xs": {
"width": 100
},
"s": {
"width": 300
},
"m": {
"width": 600
},
"l": {
"width": 1000
},
"xl": {
"width": 2000
}
}
}
}