diff-obj
Version:
32 lines (31 loc) • 609 B
JSON
{
"name": "diff-obj",
"version": "0.0.3",
"description": "",
"main": "index.js",
"scripts": {
"test": "npm run lint && mocha",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/shefenqi/diff-obj.git"
},
"keywords": [
"diff",
"diff-obj",
"obj-diff",
"compare-obj",
"compare"
],
"author": "nino",
"license": "ISC",
"bugs": {
"url": "https://github.com/shefenqi/diff-obj/issues"
},
"homepage": "https://github.com/shefenqi/diff-obj#readme",
"dependencies": {
"extend": "3.0.1",
"is": "3.2.1"
}
}