forked from zutrinken/attila
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.6 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
{
"name": "customized-attila",
"description": "Customized Attila Ghost theme, based on the original Attila Ghost theme by Peter Amende which can be found at https://github.com/zutrinken/attila.git.",
"demo": "https://debbabi-nader.github.io",
"version": "2.0.0",
"engines": {
"ghost": ">=2.1.0",
"ghost-api": "v2"
},
"license": "MIT",
"author": {
"name": "Nader Debbabi",
"email": "[email protected]",
"url": "https://debbabi-nader.github.io"
},
"gpm": {
"type": "theme",
"categories": [
"Minimal",
"Personal Blogs"
]
},
"keywords": [
"ghost-theme",
"ghost",
"blog",
"theme",
"attila"
],
"repository": {
"type": "git",
"url": "https://github.com/debbabi-nader/customized-attila.git"
},
"devDependencies": {
"autoprefixer": "^9.1.5",
"grunt": "^1.0.4",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^2.1.0",
"grunt-zip": "^0.18.1",
"load-grunt-tasks": "^3.5.2"
},
"config": {
"posts_per_page": 10,
"image_sizes": {
"s": {
"width": 320
},
"m": {
"width": 640
},
"l": {
"width": 960
},
"xl": {
"width": 1920
}
}
}
}