From 2ac5c7cfd4f15624ec39909ddc3ad5f67818a423 Mon Sep 17 00:00:00 2001 From: MichalPycek Date: Tue, 24 May 2016 14:11:08 +0200 Subject: [PATCH] Remove error with Unexpected token ' ' at line 12 in package.json --- package.json | 63 ++++++++++++++++++++++++++-------------------------- 1 file changed, 31 insertions(+), 32 deletions(-) diff --git a/package.json b/package.json index 9fa8989..51a81ff 100644 --- a/package.json +++ b/package.json @@ -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" +} \ No newline at end of file