{
  "name": "custom-office-document-properties",
  "version": "1.1.1",
  "homepage": "https://stevenwestmoreland.com/projects/office-document-properties.html",
  "author": "Steven Westmoreland",
  "description": "Read document properties from Microsoft Office Open XML documents.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/inventsable/office-document-properties.git"
  },
  "keywords": [
    "parse",
    "document",
    "metadata",
    "properties",
    "microsoft",
    "office",
    "docx",
    "pptx",
    "xlsx",
    "xml"
  ],
  "main": "index.js",
  "dependencies": {
    "lodash": "^4.17.20",
    "xml2js": "^0.4.23",
    "yauzl": "^2.10.0"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^8.1.3"
  },
  "scripts": {
    "test": "mocha",
    "props": "node ./test/customprops.js"
  },
  "license": "MIT"
}
