diff.js/package.json
Alex A. Naanou 1f7451985e moved walk(..) to its own module...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2018-09-29 23:43:35 +03:00

31 lines
686 B
JSON

{
"name": "diff-cmp",
"version": "0.0.1",
"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": "0.0.5",
"ig-object": "^1.0.7"
}
}