diff.js/package.json
Alex A. Naanou 90f389ab38 npm update
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2018-08-21 02:28:51 +03:00

30 lines
657 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": {
"ig-object": "^1.0.7"
}
}