-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
45 lines (45 loc) · 998 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": "austere",
"description": "Ghost Theme",
"demo": "https://austere.zutrinken.com",
"version": "1.1.2",
"engines": {
"ghost": ">=1.0.0"
},
"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": [
"Magazine"
]
},
"keywords": [
"ghost",
"theme"
],
"repository": {
"type": "git",
"url": "git://github.com/zutrinken/austere.git"
},
"devDependencies": {
"autoprefixer-core": "^6.0.1",
"grunt": "^1.0.1",
"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"
}
}