{
  "name": "pdf-fizure",
  "version": "2.0.3",
  "description": "A Phantom dep. free PDF invoice generator built with PDFKit",
  "main": "dist/index.js",
  "scripts": {
    "test": "node tests/full_generation.js",
    "pre-publish": "npm run build",
    "build": "babel lib/ --out-dir dist/"
  },
  "keywords": [
    "pdfkit",
    "invoice",
    "pdf",
    "invoice",
    "invoice",
    "pdf"
  ],
  "author": "Gabriel Rubens <https://twitter.com/_gabrielrubens>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Astrocoders/node-pdf-invoice/issues"
  },
  "homepage": "https://github.com/Astrocoders/node-pdf-invoice#readme",
  "dependencies": {
    "moment": "^2.14.1",
    "pdfkit": "^0.8.0"
  },
  "devDependencies": {
	"babel-cli": "^6.26.0",
    "babel-core": "^6.9.0",
    "babel-plugin-transform-async-to-generator": "^6.24.1",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-flow": "^6.23.0",
    "babel-preset-stage-0": "^6.24.1",
	"babel-eslint": "^8.2.2",
    "eslint": "^4.19.1",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-plugin-flowtype": "^2.40.1",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-jest": "^21.12.2"
  },
  "babel": {
    "presets": [
      "es2015"
    ]
  }
}
