diff.js/package.json
Alex A. Naanou 2549003cf1 working on a different implementation...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2018-10-06 22:52:51 +03:00

31 lines
687 B
JSON

{
"name": "diff-cmp",
"version": "0.0.5",
"description": "",
"main": "diff.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flynx/object-diff.js.git"
},
"keywords": [
"diff",
"utility",
"object",
"array",
"json"
],
"author": "Alex A. Naanou <alex.nanou@gmail.com> (https://github.com/flynx)",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/flynx/object-diff.js/issues"
},
"homepage": "https://github.com/flynx/object-diff.js#readme",
"dependencies": {
"generic-walk": "^1.3.1",
"ig-object": "^1.0.7"
}
}