{
  "name": "pdfkit-cjk",
  "description": "A PDF generation library for Node.js, with enhancements to support CJK characters",
  "keywords": ["pdf", "pdf writer", "pdf generator", "graphics", "document", "vector"],
  "version": "0.0.4",
  "homepage": "https://github.com/menway/pdfkit",
  "author": {
      "name": "Menway Meng",
      "email": "menway@gmail.com",
      "url": "https://github.com/menway"
  },
  "repository": {
      "type": "git",
      "url": "https://github.com/menway/pdfkit.git"
  },
  "bugs": "http://github.com/menway/pdfkit/issues",
  "directories": {
      "lib": "./lib",
      "example": "./demo"
  },
  "devDependencies": {
      "coffee-script": ">=1.0.1"
  },
  "dependencies": {
      "png-js": ">=0.1.0"
  },
  "scripts": {
      "prepublish": "coffee -o js -c lib/ && cp -r lib/font/data js/font/data",
      "postpublish": "rm -rf ./js"
  },
  "main": "./js/document",
  "engine": [ "node >= v0.6.0" ]
}
