-
Notifications
You must be signed in to change notification settings - Fork 58
/
package.json
30 lines (30 loc) · 862 Bytes
/
package.json
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
{
"name": "google-diff-match-patch",
"version": "1.1.0",
"main": [
"javascript/diff_match_patch.js",
"javascript/diff_match_patch_uncompressed.js"
],
"ignore": [
"**/.*",
"node_modules",
"components"
],
"description": "This is an unofficial mirror of the JavaScript version of the google-diff-match-patch library. The code included is unmodified.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/GerHobbelt/google-diff-match-patch.git"
},
"author": "Neil Fraser",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/GerHobbelt/google-diff-match-patch/issues"
},
"homepage": "https://github.com/GerHobbelt/google-diff-match-patch",
"keywords": ["diff"],
"dependencies": {},
"devDependencies": {}
}