[update] Init front tasks

This commit is contained in:
Bruno SIMON
2016-08-26 15:30:26 +02:00
parent 861c9d4ee1
commit d4d852f356
16 changed files with 401 additions and 106 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"name": "Tweaker",
"version": "0.1.0",
"description": "",
"main": "gulpfile.js",
"author": "",
"dependencies": {
"autoprefixer": "^6.4.0",
"browser-sync": "^2.13.0",
"cssnano": "^3.7.4",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.1.0",
"gulp-concat": "^2.4.3",
"gulp-minify-css": "^0.3.13",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.1.0",
"gulp-watch": "^3.0.0",
"gulp.spritesmith": "^6.2.1",
"merge-stream": "^1.0.0",
"postcss-import": "^8.1.2",
"precss": "^1.4.0"
}
}