Move to Adam's Blog template
This commit is contained in:
19
package.json
Executable file
19
package.json
Executable file
@ -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.8",
|
||||
"child_process": "^1.0.2",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-autoprefixer": "^3.1.1",
|
||||
"gulp-cache": "^0.4.6",
|
||||
"gulp-imagemin": "^3.2.0",
|
||||
"gulp-sass": "^3.1.0",
|
||||
"imagemin-pngquant": "^5.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user