We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d91fbb commit c602389Copy full SHA for c602389
package.json
@@ -0,0 +1,19 @@
1
+{
2
+ "name": "Jekyll-Gulp-Sass-Autoprefixer-Imagemin-BrowserSync",
3
+ "version": "1.0.0",
4
+ "description": "A starter project for Jekyll",
5
+ "main": "index.js",
6
+ "repository": "https://github.com/artemsheludko/Jekyll-Gulp-Sass-Autoprefixer-Imagemin-BrowserSync",
7
+ "author": "Artem Sheludko",
8
+ "license": "MIT",
9
+ "dependencies": {
10
+ "browser-sync": "^2.18.13",
11
+ "child_process": "^1.0.2",
12
+ "gulp": "^3.9.1",
13
+ "gulp-autoprefixer": "^4.0.0",
14
+ "gulp-cache": "^0.4.6",
15
+ "gulp-imagemin": "^3.2.0",
16
+ "gulp-sass": "^3.1.0",
17
+ "imagemin-pngquant": "^5.0.0"
18
+ }
19
+}
0 commit comments