{
  "name": "@salesflare/planer",
  "version": "2.0.0",
  "description": "Remove reply quotations from emails",
  "main": "lib/planer.js",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "test": "mocha --require coffeescript/register --recursive --reporter spec test/**",
    "compile": "coffee -o lib -c src"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Salesflare/planer.git"
  },
  "keywords": [
    "email",
    "quotations",
    "reply",
    "talon"
  ],
  "author": "Leighton Wallace (https://github.com/l8on), Salesflare Team",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Salesflare/planer/issues"
  },
  "homepage": "https://github.com/Salesflare/planer#readme",
  "devDependencies": {
    "chai": "^4.2.0",
    "coffeescript": "^2.5.1",
    "jsdom": "^16.4.0",
    "mocha": "^8.1.3"
  }
}
