{
  "name": "quote-tools",
  "version": "4.0.0",
  "description": "Tools for working with quotations",
  "main": "quote-tools.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/beaugunderson/node-quote-tools.git"
  },
  "keywords": [
    "quotes",
    "text",
    "pronouns"
  ],
  "author": "Beau Gunderson <beau@beaugunderson.com>",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/beaugunderson/node-quote-tools/issues"
  },
  "homepage": "https://github.com/beaugunderson/node-quote-tools",
  "devDependencies": {
    "chai": "^4.2.0",
    "chalk": "^2.4.2",
    "mocha": "^6.2.0"
  },
  "dependencies": {
    "sentence-tools": "^4.0.0"
  }
}
