{
  "repository": "https://github.com/magicbookproject/magicbook.git",
  "version": "0.1.33",
  "name": "magicbook",
  "description": "The magic book project is an open source framework for creating digital and print books",
  "author": "magicbookproject",
  "license": "MIT",
  "scripts": {
    "test": "./node_modules/.bin/jasmine",
    "benchmark": "cd example && node --prof ../src/index.js build && node --prof-process \"$(ls isolate*.log)\" > processed.txt && atom processed.txt"
  },
  "dependencies": {
    "async": "^3.0.1",
    "cheerio": "^1.0.0-rc.3",
    "chokidar": "^3.0.1",
    "clean-css": "^4.2.1",
    "debug": "^4.1.1",
    "fs-extra": "^8.0.1",
    "gulp-concat": "^2.6.1",
    "gulp-uglify": "^3.0.2",
    "gulp-util": "^3.0.8",
    "hashids": "^1.2.2",
    "lodash": "^4.17.15",
    "markdown-it": "^12.3.2",
    "mkdirp": "^0.5.1",
    "modify-filename": "^1.1.0",
    "prince": "^1.9.7",
    "rev-hash": "^3.0.0",
    "rev-path": "^2.0.0",
    "sass": "^1.55.0",
    "sharp": "^0.32.0",
    "slug": "^1.1.0",
    "stream-exhaust": "^1.0.2",
    "streamqueue": "^1.1.2",
    "through2": "3.0.1",
    "tinyliquid": "^0.2.34",
    "vinyl-fs": "^3.0.3",
    "yaml-front-matter": "^4.0.0",
    "yargs": "^13.2.4"
  },
  "devDependencies": {
    "diff": "^4.0.1",
    "jasmine": "^3.4.0",
    "node-uuid": "^1.4.8",
    "rimraf": "^2.6.3"
  },
  "preferGlobal": true,
  "bin": {
    "magicbook": "src/index.js"
  }
}
