| { | |
| "dependencies": {}, | |
| "description": "npm package for https://github.com/google/diff-match-patch", | |
| "devDependencies": { | |
| "testit": "^3.0.0" | |
| }, | |
| "keywords": [ | |
| "diff", | |
| "diff-match-patch", | |
| "google-diff-match-patch" | |
| ], | |
| "license": "Apache-2.0", | |
| "name": "diff-match-patch", | |
| "repository": { | |
| "type": "git", | |
| "url": "https://github.com/JackuB/diff-match-patch.git" | |
| }, | |
| "scripts": { | |
| "test": "node test" | |
| }, | |
| "version": "1.0.4" | |
| } |