{

"name": "<%= @project_name %>",
"version": "1.0.0",
"description": "Jekyll starter site generator with gulp task automation workflow.",
"main": "gulpfile.js",
"scripts": {
  "start": "gulp",
  "build": "gulp build",
  "test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
  "jekyll",
  "gulp",
  "generator"
],
"author": "Joshua Azemoh",
"license": "MIT",
"devDependencies": {
  "browser-sync": "^2.12.10",
  "gulp": "^3.9.1",
  "gulp-autoprefixer": "^3.1.0",
  "gulp-sass": "^2.3.1"
}

}