Skip to content

Commit

Permalink
Add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
artemsheludko committed Sep 24, 2017
1 parent 4d91fbb commit c602389
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions package.json
@@ -0,0 +1,19 @@
{
"name": "Jekyll-Gulp-Sass-Autoprefixer-Imagemin-BrowserSync",
"version": "1.0.0",
"description": "A starter project for Jekyll",
"main": "index.js",
"repository": "https://github.com/artemsheludko/Jekyll-Gulp-Sass-Autoprefixer-Imagemin-BrowserSync",
"author": "Artem Sheludko",
"license": "MIT",
"dependencies": {
"browser-sync": "^2.18.13",
"child_process": "^1.0.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-cache": "^0.4.6",
"gulp-imagemin": "^3.2.0",
"gulp-sass": "^3.1.0",
"imagemin-pngquant": "^5.0.0"
}
}

0 comments on commit c602389

Please sign in to comment.