-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.05 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
{
"name": "browser-sync-jekyll",
"version": "0.0.0",
"description": "A starter project including full setup for Jekyll, GulpJS, SASS & BrowserSync",
"main": "gulpfile.js",
"scripts": {
"dev": "node_modules/.bin/gulp",
"dev-server": "node_modules/.bin/gulp",
"test": "echo \"Error: no test specified\" && exit 1",
"postshrinkwrap": "bash ./bin/postshrinkwrap.sh"
},
"author": "Shane Osbourne",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/shakyShane/jekyll-gulp-sass-browser-sync.git"
},
"keywords": [
"jekyll",
"gulp",
"browsersync"
],
"bugs": {
"url": "https://github.com/shakyShane/jekyll-gulp-sass-browser-sync/issues"
},
"homepage": "https://github.com/shakyShane/jekyll-gulp-sass-browser-sync",
"dependencies": {
"browser-sync": "2.12.10",
"gulp": "3.9.1",
"gulp-autoprefixer": "3.1.0",
"gulp-image-resize": "^0.11.0",
"gulp-imagemin": "^3.1.1",
"gulp-less": "^3.3.2",
"imagemin-jpegtran": "^5.0.2",
"imagemin-pngquant": "^5.0.0"
}
}