{
  "app": {
    "env": "dev",
    "basedir": "styleguide",
    "ghpages": "styleguide"
  },
  "vendors": {
    "css": [
      "node_modules/font-awesome/css/font-awesome.min.css",
      "node_modules/photoswipe/dist/photoswipe.css",
      "node_modules/photoswipe/dist/default-skin/default-skin.css",
      "node_modules/nouislider/distribute/nouislider.min.css"
    ],
    "img": [
      "node_modules/photoswipe/dist/default-skin/*.{png,gif,svg}"
    ],
    "js": [
      "node_modules/bootstrap-sass/assets/javascripts/bootstrap/affix.js",
      "node_modules/bootstrap-sass/assets/javascripts/bootstrap/alert.js",
      "node_modules/bootstrap-sass/assets/javascripts/bootstrap/button.js",
      "node_modules/bootstrap-sass/assets/javascripts/bootstrap/carousel.js",
      "node_modules/bootstrap-sass/assets/javascripts/bootstrap/collapse.js",
      "node_modules/bootstrap-sass/assets/javascripts/bootstrap/dropdown.js",
      "node_modules/bootstrap-sass/assets/javascripts/bootstrap/modal.js",
      "node_modules/bootstrap-sass/assets/javascripts/bootstrap/tooltip.js",
      "node_modules/bootstrap-sass/assets/javascripts/bootstrap/popover.js",
      "node_modules/bootstrap-sass/assets/javascripts/bootstrap/scrollspy.js",
      "node_modules/bootstrap-sass/assets/javascripts/bootstrap/tab.js",
      "node_modules/bootstrap-sass/assets/javascripts/bootstrap/transition.js",
      "node_modules/photoswipe/dist/photoswipe.js",
      "node_modules/photoswipe/dist/photoswipe-ui-default.js",
      "node_modules/nouislider/distribute/nouislider.js"
    ],
    "fonts": [
      "node_modules/bootstrap-sass/assets/fonts/bootstrap/*",
      "node_modules/font-awesome/fonts/*",
      "assets/fonts/*"
    ],
    "polyfills": [
      "node_modules/html5shiv/dist/html5shiv.js",
      "node_modules/respond.js/dest/respond.src.js"
    ]
  },
  "images": [
    "assets/img/**/*"
  ],
  "svg": [
    "assets/svg/**/*"
  ],
  "tasks":  "./tasks/",
  "assets": "assets/",
  "iconsFontName": "sawi-icons",
  "build": "build/",
  "browsers": ["last 2 versions", "safari 5", "ie 8", "ie 9", "ff 27", "opera 12.1"],
  "metalsmith": {
    "assets": "node_modules/toolbox-utils/styleguide/",
    "dist": "styleguide",
    "url": "https://antistatique.github.io/sawi-styleguide/",
    "plugins": {
      "permalinks": {
        "pattern": ":title",
        "linksets": [{
          "match": { "collection": "pages" },
          "pattern": ":title"
        }]
      },
      "collections": {
        "atoms": {
          "sortBy": "title",
          "reverse": false
        },
        "molecules": {
          "sortBy": "title",
          "reverse": false
        },
        "organisms": {
          "sortBy": "title",
          "reverse": false
        },
        "pages": {
          "sortBy": "title",
          "reverse": false
        },
        "docs": {
          "sortBy": "title",
          "reverse": false
        }
      },
      "layouts": {
        "engine": "swig",
        "default": "default.html.swig",
        "directory": "assets/templates",
        "rename": true
      },
      "metalsmithinplace": {
        "engine": "swig"
      }
    }
  }
}
