forked from arnab/jQuery.PrettyTextDiff
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 693 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 693 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
{
"name": "jquery-prettytextdiff",
"version": "1.0.4",
"description": "A jQuery plugin to diff text painlessly. Uses Google's diff_match_patch library underneath.",
"main": "jquery.pretty-text-diff.js",
"repository": {
"type": "git",
"url": "git+https://github.com/arnab/jQuery.PrettyTextDiff.git"
},
"keywords": [
"jquery-plugins",
"ecosystem:jquery",
"text",
"diff",
"compare",
"visualize"
],
"author": "Arnab Deka",
"license": "MIT",
"bugs": {
"url": "https://github.com/arnab/jQuery.PrettyTextDiff/issues"
},
"homepage": "https://github.com/arnab/jQuery.PrettyTextDiff#readme",
"dependencies" : {
"jquery": ">=1.4"
}
}