-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
56 lines (56 loc) · 1.16 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
{
"name": "kava",
"description": "Ghost Theme",
"demo": "https://kava.peteramende.de",
"version": "1.4.0",
"engines": {
"ghost": ">=3.0.0",
"ghost-api": "v3"
},
"license": "MIT",
"screenshots": {
"desktop": "src/screenshot-desktop.jpg",
"mobile": "src/screenshot-mobile.jpg"
},
"author": {
"name": "Peter Amende",
"email": "[email protected]",
"url": "https://peteramende.de"
},
"gpm": {
"type": "theme",
"categories": [
"Basic"
]
},
"keywords": [
"ghost-theme",
"ghost",
"theme"
],
"repository": {
"type": "git",
"url": "git://github.com/zutrinken/kava.git"
},
"dependencies": {
"ghosthunter": "github:jamalneufeld/ghostHunter"
},
"devDependencies": {
"autoprefixer": "^9.1.5",
"grunt": "^1.0.4",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^2.1.0",
"load-grunt-tasks": "^3.5.2"
},
"config": {
"posts_per_page": 6
},
"browserslist": [
"defaults"
]
}