-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
53 lines (53 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
{
"name": "theme-casper",
"description": "A clean, minimal theme for Halo, migrated from the Casper theme of Ghost",
"version": "2.0.0",
"license": "MIT",
"scripts": {
"dev": "gulp",
"zip": "gulp zip",
"test": "gscan .",
"test:ci": "gscan --fatal --verbose .",
"build": "gulp build"
},
"author": {
"name": "Halo OSS Team",
"email": "[email protected]",
"url": "https://halo.run/"
},
"keywords": [
"halo",
"ghost",
"theme",
"ghost-theme",
"halo-theme"
],
"repository": {
"type": "git",
"url": "https://github.com/halo-dev/theme-casper.git"
},
"bugs": "https://github.com/halo-dev/theme-casper/issues",
"devDependencies": {
"@tryghost/release-utils": "0.8.1",
"autoprefixer": "10.4.7",
"beeper": "2.1.0",
"cssnano": "5.1.12",
"gscan": "4.36.1",
"gulp": "4.0.2",
"gulp-concat": "2.6.1",
"gulp-livereload": "4.0.2",
"gulp-postcss": "9.0.1",
"gulp-uglify": "3.0.2",
"gulp-zip": "5.1.0",
"inquirer": "8.2.4",
"postcss": "8.2.13",
"postcss-color-mod-function": "3.0.3",
"postcss-easy-import": "4.0.0",
"pump": "3.0.0"
},
"renovate": {
"extends": [
"@tryghost:theme"
]
}
}