{
  "name": "@zschwartz/pagedjs",
  "version": "0.1.34.f",
  "description": "Chunks up a document into paged media flows and applies print styles",
  "author": "Fred Chasen",
  "license": "MIT",
  "homepage": "https://pagedmedia.org",
  "main": "lib/index.js",
  "module": "src/index.js",
  "browser": "dist/paged.js",
  "dependencies": {
    "@babel/polyfill": "^7.4.4",
    "@babel/runtime": "^7.4.4",
    "css-tree": "1.0.0-alpha.29",
    "event-emitter": "^0.3.5",
    "lodash": "^4.17.15"
  },
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.4.4",
    "@babel/plugin-proposal-async-generator-functions": "^7.2.0",
    "@babel/plugin-transform-runtime": "^7.4.4",
    "@babel/preset-env": "^7.4.4",
    "babel-core": "^7.0.0-bridge.0",
    "babel-jest": "^24.7.1",
    "chalk": "^2.4.2",
    "eslint": "^5.16.0",
    "express": "^4.16.4",
    "jest": "^24.7.1",
    "jest-image-snapshot": "^2.8.1",
    "puppeteer": "^1.15.0",
    "rimraf": "^2.6.3",
    "rollup": "^1.10.1",
    "rollup-plugin-commonjs": "^9.3.4",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-livereload": "^1.0.1",
    "rollup-plugin-node-builtins": "^2.1.2",
    "rollup-plugin-node-resolve": "^4.2.3",
    "rollup-plugin-serve": "^1.0.1"
  },
  "scripts": {
    "build": "./node_modules/.bin/rollup -c",
    "legacy": "./node_modules/.bin/rollup -c rollup.legacy.config.js",
    "start": "./node_modules/.bin/rollup -w -c rollup.server.config.js",
    "test": "npm run tests && npm run specs",
    "tests": "jest --config=tests/jest.config.js",
    "specs": "jest --config=specs/jest.config.js",
    "compile": "./node_modules/.bin/babel src/ -d lib/",
    "pretest": "npm run build",
    "prepublishOnly": "npm run build && npm run compile && npm run legacy",
    "watch": "./node_modules/.bin/rollup -w -c",
    "lint": "./node_modules/.bin/eslint -c .eslintrc.js src; exit 0",
    "docker": "docker build pagedmedia/pagedjs . && docker run -it --security-opt 'seccomp=seccomp.json' -v $(pwd)/specs:/home/node/pagedjs/specs pagedmedia/pagedjs npm test"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.pagedmedia.org/polyfills/pagedjs.git"
  },
  "files": [
    "dist",
    "lib"
  ]
}
