{
  "name": "docx-title",
  "version": "1.0.0",
  "description": "Adds title page to docx",
  "scripts": {
    "test": "sh ./test/test.sh"
  },
  "bin": {
    "docx-title": "bin/docx-title.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mvhenderson/pandoc-docx-title.git"
  },
  "keywords": [
    "pandoc",
    "pandocfilter",
    "docx"
  ],
  "engines": {
    "node": ">=0.8.0"
  },
  "author": "Mike Henderson",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mvhenderson/pandoc-docx-title/issues"
  },
  "homepage": "https://github.com/mvhenderson/pandoc-docx-title",
  "dependencies": {
    "lodash": "^4.17.4",
    "pandoc-filter": "^0.1.8"
  },
  "devDependencies": {
    "np": "^2.16.0"
  }
}
