Last active
June 30, 2017 09:18
-
-
Save SilencerWeb/5ba9a773c7ebd84cee5c8b75c86cc7c5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "gulpfile", | |
"version": "1.0.0", | |
"main": "index.js", | |
"author": "Maksim Gorodov <Silencer.Web@mail.ru>", | |
"license": "MIT", | |
"dependencies": { | |
"autoprefixer": "^7.1.1", | |
"browser-sync": "^2.18.12", | |
"css-mqpacker": "^6.0.1", | |
"del": "^3.0.0", | |
"gulp": "^3.9.1", | |
"gulp-concat": "^2.6.1", | |
"gulp-csso": "^3.0.0", | |
"gulp-imagemin": "^3.3.0", | |
"gulp-load-plugins": "^1.5.0", | |
"gulp-merge": "^0.1.1", | |
"gulp-plumber": "^1.1.0", | |
"gulp-postcss": "^7.0.0", | |
"gulp-pug": "^3.3.0", | |
"gulp-rename": "^1.2.2", | |
"gulp-sass": "^3.1.0", | |
"gulp-sequence": "^0.4.6", | |
"gulp-sourcemaps": "^2.6.0", | |
"gulp-svgmin": "^1.2.4", | |
"gulp-svgstore": "^6.1.0", | |
"gulp-uglify": "^3.0.0", | |
"gulp-watch": "^4.3.11" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment