Skip to content

Commit c602389

Browse files
Add package.json
1 parent 4d91fbb commit c602389

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

package.json

+19
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)