{
  "name": "pdfmake-min",
  "version": "0.0.1",
  "description": "Version of 'pdfmake' containing minified file only",
  "main": "index.js",
  "dependencies": { },
  "devDependencies": { },
  "scripts": { },
  "repository": {
    "type": "git",
    "url": "git://github.com/bpampuch/pdfmake.git"
  },
  "keywords": [
    "pdf",
    "javascript",
    "printing",
    "layout"
  ],
  "license": "MIT",
  "homepage": "https://bpampuch.github.io/pdfmake",
  "config": {
    "blanket": {
      "pattern": "src",
      "data-cover-never": [
        "node_modules",
        "tests"
      ]
    }
  }
}

