-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
35 lines (35 loc) · 923 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
{
"name": "grav-theme-medium",
"version": "2.0.4",
"description": "Medium is a simple and modern blogging theme based on Medium's design language, built for Grav CMS.",
"main": "gulpfile.js",
"devDependencies": {},
"scripts": {
"start": "gulp",
"build": "gulp styles"
},
"repository": {
"type": "git",
"url": "https://github.com/mblode/grav-theme-medium"
},
"bugs": {
"url": "https://github.com/mblode/grav-theme-medium/issues",
"email": "[email protected]"
},
"author": "Matthew Blode",
"license": "MIT",
"private": true,
"dependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^9.0.0",
"gulp-cache": "^1.1.3",
"gulp-concat": "^3.1.0",
"gulp-cssnano": "^2.1.3",
"gulp-imagemin": "^9.0.0",
"gulp-minify-css": "^1.2.4",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2"
}
}