{
  "name": "streamline-pdfkit",
  "description": "A PDF generation library for Node.js",
  "keywords": ["pdf", "pdf writer", "pdf generator", "graphics", "document", "vector"],
  "version": "0.1.10",
  "homepage": "http://devongovett.github.com/pdfkit/",
  "author": {
      "name": "Devon Govett",
      "email": "devongovett@gmail.com",
      "url": "http://badassjs.com/"
  },
  "repository": {
      "type": "git",
      "url": "https://github.com/Sage/streamline-pdfkit.git"
  },
  "bugs": "https://github.com/Sage/streamline-pdfkit/issues",
  "dependencies": {
      "coffee-script": "^1.10.0"
  },
  "engine": [ "node >= v0.10.0" ]
}