{
  "name": "pretty-text-diff",
  "version": "1.0.4",
  "title": "jQuery.PrettyTextDiff",
  "description": "A jQuery plugin to show diff between text. Uses Google's diff_match_patch library underneath.",
  "keywords": [
    "jquery",
    "plugin",
    "diff",
    "text",
    "html",
    "compare",
    "visualize"
  ],
  "homepage": "https://github.com/arnab/jQuery.PrettyTextDiff",
  "author": {
    "name": "Arnab Deka",
    "url": "http://arnab-deka.com"
  },
  "docs": "https://github.com/arnab/jQuery.PrettyTextDiff/blob/master/README.md#usage",
  "demo": "http://jsfiddle.net/arnab/YwSVY/",
  "bugs": "https://github.com/arnab/jQuery.PrettyTextDiff/issues",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/arnab/jQuery.PrettyTextDiff/blob/master/LICENSE"
    }
  ],
  "dependencies": {
    "jquery": ">=1.4",
    "diff_match_patch": "*"
  }
}
