Skip to content

Instantly share code, notes, and snippets.

@eapdob
Created May 29, 2019 08:09
Show Gist options
  • Save eapdob/90611cad2fb249f58a291889afa4c714 to your computer and use it in GitHub Desktop.
Save eapdob/90611cad2fb249f58a291889afa4c714 to your computer and use it in GitHub Desktop.
package json for opencart
{
"name": "opencart-gulp",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "eapdob",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.26.5",
"del": "^4.1.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-image-resize": "^0.13.0",
"gulp-imagemin": "^5.0.3",
"gulp-newer": "^1.4.0",
"gulp-notify": "^3.2.0",
"gulp-rename": "^1.4.0",
"gulp-rsync": "0.0.8",
"gulp-sass": "^4.0.2",
"gulp-uglify-es": "^1.0.4",
"imagemin-mozjpeg": "^8.0.0",
"gulp-sourcemaps": "^2.6.5",
"vinyl-ftp": "^0.6.1",
"fancy-log": "^1.3.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment