forked from arnab/jQuery.PrettyTextDiff
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpretty-text-diff.jquery.json
More file actions
33 lines (33 loc) · 878 Bytes
/
pretty-text-diff.jquery.json
File metadata and controls
33 lines (33 loc) · 878 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "pretty-text-diff",
"version": "1.0.3",
"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": "*"
}
}