mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-18 20:10:12 +01:00
38 lines
946 B
JSON
38 lines
946 B
JSON
{
|
|
"name": "type-on-strap-helper",
|
|
"version": "1.0.0",
|
|
"description": "Gulp file to manage the Type on Strap jekyll theme",
|
|
"main": "gulpfile.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 0",
|
|
"update": "ncu dev -u",
|
|
"fix": "npm audit fix"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sylhare/Type-on-Strap.git"
|
|
},
|
|
"keywords": [
|
|
"jekyll"
|
|
],
|
|
"author": "sylhare",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Sylhare/Type-on-Strap/issues"
|
|
},
|
|
"homepage": "https://github.com/sylhare/Type-on-Strap#readme",
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"gulp": "^4.0.2",
|
|
"gulp-clean-css": "^4.3.0",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-imagemin": "^8.0.0",
|
|
"gulp-less": "^5.0.0",
|
|
"gulp-replace": "^1.1.4",
|
|
"gulp-responsive": "^3.0.1",
|
|
"gulp-uglify-es": "^3.0.0",
|
|
"gulp-webp": "^4.0.1"
|
|
}
|
|
}
|