-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
64 lines (64 loc) · 1.28 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.4",
"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": ">=4.0.0",
"ghost-api": "v4"
},
"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": "^10.4.4",
"cssnano": "^5.1.4",
"gscan": "^4.22.0",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.1",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^2.1.0",
"gulp-zip": "^5.1.0",
"postcss-custom-properties": "^12.1.4",
"postcss-import": "^14.0.2",
"postcss-nested": "^5.0.6",
"postcss-normalize": "^10.0.1",
"postcss-sort-media-queries": "^4.2.1"
},
"browserslist": [
"last 2 versions",
"> 2.5%",
"Firefox ESR"
],
"config": {
"posts_per_page": 10
},
"dependencies": {
"gulp-cli": "^2.3.0"
}
}