19 lines
446 B
JSON
19 lines
446 B
JSON
{
|
|
"name": "diff-match-patch",
|
|
"version": "1.0.0",
|
|
"description": "npm package for https://code.google.com/p/google-diff-match-patch/",
|
|
"keywords": [],
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"testit": "~1.1.0"
|
|
},
|
|
"scripts": {
|
|
"test": "node test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ForbesLindesay/diff-match-patch.git"
|
|
},
|
|
"license": "http://www.apache.org/licenses/LICENSE-2.0"
|
|
}
|