{ "name": "diff-cmp", "version": "0.0.6", "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 (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.4.0", "ig-object": "*", "ig-types": "*" }, "devDependencies": { "ig-test": "*" } }