-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "browser-sync-jekyll",
"version": "0.0.0",
"description": "A starter project including full setup for Jekyll, GulpJS, SASS & BrowserSync",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Shane Osbourne",
"license": "ISC",
"devDependencies": {
"browser-sync": "^3.0.3",
"del": "^3.0.0",
"gulp": "^5.0.0",
"gulp-autoprefixer": "8.0.0",
"gulp-if": "^2.0.2",
"gulp-image-resize": "^0.13.1",
"gulp-imagemin": "^8.0.0",
"gulp-sass": "^5.1.0",
"minimist": "^1.2.6",
"run-sequence": "^2.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/shakyShane/jekyll-gulp-sass-browser-sync.git"
},
"keywords": [
"jekyll",
"gulp",
"sass",
"browsersync"
],
"bugs": {
"url": "https://github.com/shakyShane/jekyll-gulp-sass-browser-sync/issues"
},
"homepage": "https://github.com/shakyShane/jekyll-gulp-sass-browser-sync",
"dependencies": {
"gulp-git": "^2.8.0",
"imagemin-pngquant": "^6.0.1",
"sass": "^1.55.0",
"tar": "^6.2.1"
}
}