{
  "name": "ccconvert",
  "version": "1.0.1",
  "description": "Script to convert PDF character sheets with interactive forms for importing into Lion's Den Game Master 5 format for importing.",
  "main": "index.js",
  "scripts": {},
  "bin": {
    "ccconvert": "./index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Suva/ccconvert.git"
  },
  "keywords": [
    "rpg",
    "gm5",
    "game master 5th edition",
    "d&d",
    "character sheet"
  ],
  "author": "Jaan Pullerits <clysuva@gmail.com>",
  "license": "ISC",
  "dependencies": {
    "commander": "^2.15.1",
    "pdf2json": "^1.1.7",
    "xmlbuilder": "^10.0.0"
  }
}
