forked from frjo/hugo-theme-zen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 803 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
{
"name": "zen",
"version": "1.0.0",
"description": "The node.js requirements to build this project.",
"main": "gulpfile.js",
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frjo/hugo-theme-zen.git"
},
"author": "Fredrik Jonsson",
"license": "GPL-2.0",
"devDependencies": {
"breakpoint-sass": "^2.7.1",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-eslint": "^5.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-sass": "^4.0.2",
"gulp-sass-lint": "^1.4.0",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-touch-cmd": "0.0.1",
"node-sass-import-once": "^1.2.0",
"typey": "^1.1.2"
},
"engines": {
"node": ">=9.0.0"
},
"private": true
}