Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 31 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,31 @@
{
"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": "^2.8.0",
    "gulp": "^3.9.0",
    "gulp-autoprefixer": "^2.3.1",
    "gulp-jade": "^1.0.1",
    "gulp-sass": "^2.0.4"
  },
"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"
}
{ "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": "^2.8.0"
, "gulp": "^3.9.0"
, "gulp-autoprefixer": "^2.3.1"
, "gulp-jade": "^1.0.1"
, "gulp-sass": "^2.0.4"
}
, "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"
}