aboutsummaryrefslogtreecommitdiff
path: root/node_modules/diff-match-patch/package.json
blob: 79b2961b04b54f5da9b756ca5782fb690f85a1b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "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"
}