{
  "name": "@alexcdot/textract",
  "version": "2.5.3",
  "homepage": "https://github.com/dbashford/textract",
  "author": "David Bashford",
  "description": "Extracting text from files of various type including html, pdf, doc, docx, xls, xlsx, csv, pptx, png, jpg, gif, rtf, text/*, and various open office.",
  "contributors": [
    {
      "name": "David Bashford",
      "email": "dbashford@hotmail.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/dbashford/textract"
  },
  "keywords": [
    "textract",
    "extract",
    "html",
    "csv",
    "text",
    "pdf",
    "docx",
    "doc",
    "xls",
    "xlsx",
    "png",
    "jpg",
    "gif",
    "rtf",
    "dxf",
    "pptx",
    "html",
    "markdown",
    "xml",
    "odt",
    "ott",
    "xlsb",
    "xlsm",
    "xltx",
    "ods",
    "ots",
    "potx",
    "odg",
    "otg",
    "epub"
  ],
  "dependencies": {
    "cheerio": "1.0.0-rc.2",
    "epub2": "1.3.4",
    "got": "5.7.1",
    "html-entities": "1.2.0",
    "iconv-lite": "0.4.15",
    "j": "0.4.3",
    "jschardet": "1.4.1",
    "marked": "0.6.2",
    "meow": "3.7.0",
    "mime": "2.2.0",
    "pdf-text-extract": "1.3.1",
    "xmldom": "0.1.27",
    "xpath": "0.0.23",
    "yauzl": "2.7.0"
  },
  "devDependencies": {
    "chai": "1.5.0",
    "eslint": "2.11.1",
    "eslint-config-airbnb": "^9.0.1",
    "eslint-plugin-import": "^1.7.0 ",
    "eslint-plugin-jsx-a11y": "^1.2.0",
    "eslint-plugin-react": "^5.1.1",
    "mocha": "1.9.0"
  },
  "scripts": {
    "test": "node_modules/.bin/mocha",
    "lint": "node_modules/.bin/eslint -c .eslintrc.json lib"
  },
  "license": "MIT",
  "engines": {
    "node": ">=0.8"
  },
  "bin": {
    "textract": "./bin/textract"
  },
  "main": "./lib/index"
}
