-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·36 lines (36 loc) · 1.03 KB
/
package.json
File metadata and controls
executable file
·36 lines (36 loc) · 1.03 KB
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
{
"name": "geist",
"description": "Geist is a personal blogging theme for WordPress. This theme is a port of Casper the default theme for the Ghost blogging platform.",
"demo": "https://chrisyee.ca",
"version": "2.0.3",
"license": "GPL-2.0-only",
"scripts": {
"dev": "gulp",
"zip": "gulp zip"
},
"author": {
"name": "Chris Yee",
"url": "https://chrisyee.ca"
},
"repository": {
"type": "git",
"url": "https://github.com/christophery/geist"
},
"bugs": {
"url": "https://github.com/christophery/geist/issues"
},
"devDependencies": {
"autoprefixer": "9.5.0",
"beeper": "1.1.1",
"cssnano": "4.1.10",
"gulp": "4.0.0",
"gulp-livereload": "4.0.1",
"gulp-postcss": "8.0.0",
"gulp-uglify": "3.0.2",
"gulp-zip": "4.2.0",
"postcss-color-mod-function": "3.0.3",
"postcss-custom-properties": "8.0.9",
"postcss-easy-import": "3.0.0",
"pump": "3.0.0"
}
}