{
  "name": "tweet-patch",
  "version": "2.0.5",
  "description": "Convert plain-text back into twitter-ready markup.",
  "main": "index.js",
  "dependencies": {
    "escape-string-regexp": "^1.0.5",
    "get-urls": "^5.0.0",
    "get-user-mentions": "^1.0.1",
    "obj-to-property-string": "^1.0.2",
    "object-assign": "^4.1.0",
    "taghash": "^1.2.2"
  },
  "devDependencies": {
    "mocha": "^2.2.5",
    "xo": "^0.16.0"
  },
  "scripts": {
    "test": "xo && mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/radiovisual/tweet-patch.git"
  },
  "keywords": [
    "twitter",
    "tweet",
    "tweets",
    "plain-text",
    "HTML",
    "JSON",
    "tweet-patch"
  ],
  "author": "Michael Wuergler <senjudev@gmail.com> (http://numetriclabs.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/radiovisual/tweet-patch/issues"
  },
  "homepage": "https://github.com/radiovisual/tweet-patch#readme",
  "xo": {
    "ignores": [
      "test.js",
      "run.js"
    ]
  }
}
