wallet-core/node_modules/diff-match-patch/package.json

19 lines
446 B
JSON
Raw Normal View History

2017-05-28 00:38:50 +02:00
{
"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"
}