forked from lfborjas/node_diff_match_patch
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
15 lines (15 loc) · 746 Bytes
/
package.json
File metadata and controls
15 lines (15 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"name": "diff_match_patch",
"description": "The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text (repackage of the Neil Fraser's diff_match_patch)",
"keywords": ["diff", "match", "patch", "myer"],
"version": "0.1.1",
"author": "Neil Fraser",
"mantainers":[{"name": "Luis Borjas", "email": "me@lfborjas.com"}],
"repository":{"type": "git", "url": "http://github.com/lfborjas/node_diff_match_patch.git"},
"directories": {"lib": "./lib"},
"main": "./lib/diff_match_patch",
"licenses": [{"type": "Apache", "url": "http://www.apache.org/licenses/LICENSE-2.0"}],
"scripts": {
"test": "node tests/diff_match_patch_test.js"
}
}