{
  "name": "pressbooks",
  "description": "Pressbooks is an open source book publishing tool built on a WordPress multisite platform.",
  "main": "",
  "authors": [
    "Book Oven Inc. <code@pressbooks.com>"
  ],
  "license": "GPL-2.0+",
  "keywords": [
    "ebooks",
    "publishing",
    "webbooks"
  ],
  "homepage": "https://github.com/pressbooks/pressbooks",
  "private": true,
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "select2": "~4.0.2",
    "isotope": "^3.0.0",
    "blockUI": "blockui#*",
    "jquery-sticky": "sticky#^1.0.3",
    "jquery.columnizer": "^1.6.2",
    "sidr": "^2.2.1",
    "js-cookie": "^2.1.1",
    "matchHeight": "jquery-match-height#^0.7.0",
    "sharer.js": "^0.2.15"
  },
  "overrides": {
    "select2": {
      "main": [
        "dist/js/select2.full.js",
        "src/scss/core.scss"
      ]
    },
    "isotope": {
      "main": [
        "dist/isotope.pkgd.js"
      ]
    },
    "sidr": {
      "main": [
        "dist/jquery.sidr.js"
      ]
    }
  }
}
