@arminlinzbauer/gulpex
Version:
Extensible Gulp Wrapper for Easy Set-up and Project Integration (SASS + JS)
43 lines (42 loc) • 924 B
JSON
{
"name": "@arminlinzbauer/gulpex",
"version": "2.1.2-rc.1",
"description": "Extensible Gulp Wrapper for Easy Set-up and Project Integration (SASS + JS)",
"keywords": [
"gulp",
"compile",
"webpack",
"sass",
"js",
"grunt",
"task",
"runner",
"taskrunner",
"scss"
],
"license": "MIT",
"author": "Armin Linzbauer",
"engines": {
"node": ">=18.16.0"
},
"repository": {
"type": "git",
"url": "https://github.com/arminlinzbauer/gulpex"
},
"bugs": {
"url": "https://github.com/arminlinzbauer/gulpex/issues"
},
"main": "index.js",
"dependencies": {
"autoprefixer": "^10.4.14",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-dart-sass": "^1.1.0",
"gulp-if": "^3.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify-es": "^2.0.0"
}
}