├── Cakefile ├── LICENSE ├── README.md ├── jquery.pretty-text-diff.coffee ├── jquery.pretty-text-diff.js ├── jquery.pretty-text-diff.min.js └── package.json /Cakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arnab/jQuery.PrettyTextDiff/HEAD/Cakefile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arnab/jQuery.PrettyTextDiff/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arnab/jQuery.PrettyTextDiff/HEAD/README.md -------------------------------------------------------------------------------- /jquery.pretty-text-diff.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arnab/jQuery.PrettyTextDiff/HEAD/jquery.pretty-text-diff.coffee -------------------------------------------------------------------------------- /jquery.pretty-text-diff.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arnab/jQuery.PrettyTextDiff/HEAD/jquery.pretty-text-diff.js -------------------------------------------------------------------------------- /jquery.pretty-text-diff.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arnab/jQuery.PrettyTextDiff/HEAD/jquery.pretty-text-diff.min.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arnab/jQuery.PrettyTextDiff/HEAD/package.json --------------------------------------------------------------------------------