{
  "_from": "jspdf-customfonts",
  "_id": "jspdf-customfonts@0.0.3-rc.7",
  "_inBundle": false,
  "_integrity": "sha512-Ds9S+4IcFoR77qql7ivnyEQUmb/9awF8ORJkhaPq/FEnY2tEgGjy/41yGB7JIf36j0kVhtYB2Gmo5aKZ8+sWRw==",
  "_location": "/jspdf-customfonts",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "jspdf-customfonts",
    "name": "jspdf-customfonts",
    "escapedName": "jspdf-customfonts",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/jspdf-customfonts/-/jspdf-customfonts-0.0.3-rc.7.tgz",
  "_shasum": "4d07de9dfdbeebe7526e2d9deb0fb719ea3404db",
  "_spec": "jspdf-customfonts",
  "_where": "/Applications/MAMP/htdocs/pwdo/miniffc46",
  "bin": {
    "jsPDF-makeFonts": "makeFonts.js"
  },
  "bugs": {
    "url": "https://github.com/sphilee/jsPDF-CustomFonts-support/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "adler32cs": "0.0.1",
    "cf-blob.js": "0.0.1",
    "file-saver": "1.3.3",
    "minimist": "latest"
  },
  "deprecated": false,
  "description": "Add Custom fonts support to jsPDF",
  "devDependencies": {},
  "files": [
    "dist/jspdf.customfonts.debug.js",
    "dist/jspdf.customfonts.min.js",
    "makeFonts.js",
    "README.md"
  ],
  "homepage": "https://github.com/sphilee/jsPDF-CustomFonts-support",
  "keywords": [
    "pdf",
    "font",
    "custom"
  ],
  "license": "MIT",
  "main": "dist/jspdf.customfonts.min.js",
  "name": "jspdf-customfonts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sphilee/jsPDF-CustomFonts-support.git"
  },
  "scripts": {
    "build": "npm install && node build.js",
    "test": "karma start saucelabs.karma.conf.js --single-run && for a in coverage/*; do codeclimate-test-reporter < \"$a/lcov.info\"; break; done",
    "test-local": "node tests/utils/reference-server.js & karma start"
  },
  "version": "0.0.3-rc.7"
}
