forked from ScottSmith95/Decode-for-Ghost
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.27 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
{
"name": "decode",
"version": "0.9.3",
"description": "A minimal, modern Ghost blog theme.",
"keywords": [
"ghost",
"theme",
"ghost-theme"
],
"author": {
"name": "Scott Smith",
"email": "[email protected]",
"url": "https://ScottHSmith.com"
},
"license": "MIT",
"engines": {
"ghost": ">=2.0.0"
},
"gpm": {
"type": "theme",
"categories": [
"Minimal",
"Personal Blogs"
]
},
"demo": "https://decode-ghost-demo.scotthsmith.com/",
"homepage": "https://scotthsmith.com/miscellanea/decode-archive/",
"repository": {
"type": "git",
"url": "https://github.com/ScottSmith95/Decode-for-Ghost.git"
},
"scripts": {
"build": "gulp build",
"dist": "gulp bundle",
"test": "gscan ./"
},
"devDependencies": {
"autoprefixer": "^9.6.0",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.10",
"gscan": "^2.6.2",
"gulp": "^4.0.2",
"gulp-postcss": "^8.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-zip": "^5.0.0",
"postcss-custom-properties": "^9.0.1",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.1.2",
"postcss-normalize": "^8.0.1",
"terser": "^4.0.2"
},
"browserslist": [
"last 2 versions",
"> 2.5%",
"Firefox ESR"
],
"config": {
"posts_per_page": 10
},
"dependencies": {
"gulp-cli": "^2.2.0"
}
}