{
  "name": "gebo-pdf2htmlex",
  "description": "A pdf2htmlEX-dependent PDF converter",
  "version": "0.0.0",
  "homepage": "https://github.com/RaphaelDeLaGhetto/gebo-pdf2htmlex",
  "author": {
    "name": "RaphaelDeLaGhetto",
    "email": "daniel@capitolhill.ca"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/RaphaelDeLaGhetto/gebo-pdf2htmlex.git"
  },
  "bugs": {
    "url": "https://github.com/RaphaelDeLaGhetto/gebo-pdf2htmlex/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/RaphaelDeLaGhetto/gebo-pdf2htmlex/blob/master/LICENSE-MIT"
    }
  ],
  "main": "index.js",
  "engines": {
    "node": ">= 0.10.0"
  },
  "scripts": {
    "test": "grunt nodeunit"
  },
  "dependencies": {
    "fs-extra": "^0.12.0",
    "gebo-utils": "*",
    "nconf": "*",
    "q": "*",
    "winston": "^0.8.1"
  },
  "devDependencies": {
    "grunt": "*",
    "grunt-contrib-nodeunit": "*"
  },
  "keywords": [
    "gebo",
    "agent",
    "action"
  ]
}
