This repository has been archived by the owner on Apr 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
73 lines (73 loc) · 1.49 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
63
64
65
66
67
68
69
70
71
72
73
{
"name": "ingenious",
"description": "The theme that powers the ingenious german tech blog ShortTech.",
"demo": "https://shorttech.de",
"version": "1.2.1",
"scripts": {
"start": "gulp && gulp develop",
"build": "gulp",
"start-ghost-via-cli": "cd ../../../ && ghost start",
"stop-ghost-via-cli": "cd ../../../ && ghost stop",
"restart-ghost-via-cli": "cd ../../../ && ghost restart",
"dev": "npm run start-ghost-via-cli && npm start"
},
"engines": {
"ghost": ">=3.0.0",
"ghost-api": "v3"
},
"license": "All rights reserved.",
"author": {
"name": "ShortTech",
"email": "[email protected]",
"url": "https://shorttech.de"
},
"gpm": {
"type": "theme",
"categories": [
"Minimal",
"Blog",
"Magazine"
]
},
"keywords": [
"ghost-theme",
"ghost",
"theme",
"shorttech",
"ingenious"
],
"repository": {
"type": "git",
"url": "https://github.com/ShortTechDE/ingenious"
},
"bugs": "https://github.com/ShortTechDE/ingenious/issues",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-dart-sass": "^1.0.0",
"sass": "^1.26.3"
},
"config": {
"posts_per_page": 6,
"image_sizes": {
"xxs": {
"width": 30
},
"xs": {
"width": 100
},
"s": {
"width": 400
},
"m": {
"width": 600
},
"l": {
"width": 1000
},
"xl": {
"width": 1920
}
}
}
}