{
  "name": "go-styleguide",
  "version": "2.0.1",
  "description": "Boilerplate setup for developping styleguides. Based on FLOW - the frontend boilerplate/utility-belt/workflow running on Gulp by Gwen Vanhee. Build with love for everyday use at Little Miss Robot",
  "author": "Wouter Vandersyppe",
  "contributors": [
    {
      "name": "Gwen Vanhee",
      "email": "gwen@nocomputer.com"
    },
    {
      "name": "Wouter Vandersyppe",
      "email": "wouter@littlemissrobot.com"
    },
    {
      "name": "Jan Van lysebettens",
      "email": "jan@littlemissrobot.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://bitbucket.org/littlemissrobot/little-miss-robot-styleguide.git"
  },
  "scripts": {
    "postinstall": "rsync --ignore-existing ./gulp/config/config-default.json ./gulp/config/config.json",
    "start": "./node_modules/gulp/bin/gulp.js",
    "test": "./node_modules/sass-lint/bin/sass-lint.js -c gulp/config/.sass_lint.yml -f stylish -v --max-warnings 0",
    "deploy-demo": "./node_modules/gulp/bin/gulp.js build && ./node_modules/gulp/bin/gulp.js upload-demo-scp && ./node_modules/gulp/bin/gulp.js slack",
    "distribute": "./node_modules/gulp/bin/gulp.js distribute"
  },
  "preferGlobal": false,
  "devDependencies": {
    "autoprefixer": "~7.1.1",
    "connect": "~3.6.2",
    "connect-livereload": "~0.6.0",
    "css-mqpacker": "~6.0.1",
    "cssnano": "~3.10.0",
    "glob": "~7.1.2",
    "gulp": "~3.9.1",
    "gulp-changed": "~3.1.0",
    "gulp-clean": "~0.3.2",
    "gulp-concat": "^2.6.1",
    "gulp-consolidate": "~0.2.0",
    "gulp-htmlhint": "^0.3.1",
    "gulp-iconfont": "~8.0.0",
    "gulp-if": "^2.0.2",
    "gulp-imagemin": "~3.3.0",
    "gulp-insert": "~0.5.0",
    "gulp-json-editor": "~2.2.1",
    "gulp-livereload": "~3.8.1",
    "gulp-nunjucks": "~3.0.0",
    "gulp-plumber": "~1.1.0",
    "gulp-postcss": "~7.0.0",
    "gulp-rename": "~1.2.2",
    "gulp-replace": "^0.5.4",
    "gulp-sass": "~3.1.0",
    "gulp-sass-lint": "~1.3.2",
    "gulp-scp2": "^0.2.0",
    "gulp-shell": "~0.6.3",
    "gulp-sourcemaps": "~2.6.0",
    "gulp-uglify": "~3.0.0",
    "gulp-util": "~3.0.7",
    "gulp-zip": "^4.0.0",
    "http": "0.0.0",
    "lodash": "~4.17.4",
    "merge-stream": "~1.0.0",
    "opn": "~5.1.0",
    "run-sequence": "~1.2.2",
    "sass-vars-to-js": "git+https://github.com/vdswouter/sass-vars-to-js.git",
    "serve-index": "~1.9.0",
    "serve-static": "~1.12.3",
    "vinyl-ftp": "~0.6.0",
    "yargs": "~8.0.1"
  },
  "license": "MIT",
  "dependencies": {
    "gulp-data": "^1.2.1"
  }
}
