{
  "name": "edition-node-gulp",
  "description": "The gulp wrapper around patternlab-node core, providing tasks to interact with the core library and move supporting frontend assets.",
  "version": "1.4.0",
  "dependencies": {
    "bootstrap": "4.1.1",
    "browser-sync": "2.24.4",
    "chalk": "2.4.1",
    "del": "3.0.0",
    "gulp": "4.0.0",
    "gulp-autoprefixer": "5.0.0",
    "gulp-clean-css": "3.9.4",
    "gulp-concat": "2.6.1",
    "gulp-cond": "1.0.0",
    "gulp-minify": "2.1.0",
    "gulp-postcss": "7.0.1",
    "gulp-sass": "3.2.1",
    "gulp-sass-variables": "1.2.0",
    "gulp-sourcemaps": "2.6.4",
    "jquery": "3.2.1",
    "minimist": "1.2.0",
    "patternlab-node": "2.12.0",
    "popper.js": "1.14.3",
    "styleguidekit-assets-default": "3.5.2",
    "styleguidekit-mustache-default": "3.1.0"
  },
  "keywords": [
    "Pattern Lab",
    "Atomic Web Design",
    "Node",
    "Gulp",
    "Javascript"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/pattern-lab/edition-node-gulp.git"
  },
  "bugs": "https://github.com/pattern-lab/edition-node-gulp/issues",
  "author": "Brian Muenzenmeyer",
  "scripts": {
    "start": "gulp patternlab:serve",
    "build": "gulp build:dist",
    "postinstall": "node scripts/postinstall.js",
    "gulp": "gulp -- "
  },
  "license": "MIT",
  "engines": {
    "node": ">=5.0"
  }
}
