mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-11 05:46:04 +10:00
26 lines
678 B
JSON
26 lines
678 B
JSON
{
|
|
"name": "diff_match_patch",
|
|
"filename": "diff_match_patch.js",
|
|
"version": "20121119",
|
|
"description": "The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text.",
|
|
"homepage": "https://code.google.com/p/google-diff-match-patch/",
|
|
"keywords": [
|
|
"diff",
|
|
"match",
|
|
"patch",
|
|
"difference"
|
|
],
|
|
"maintainers": [
|
|
{
|
|
"name": "Neil Fraser",
|
|
"email": "neil.fraser@gmail.com"
|
|
}
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "svn",
|
|
"url": "http://google-diff-match-patch.googlecode.com/svn/trunk/"
|
|
}
|
|
]
|
|
}
|