UNPKG

smart-merge

Version:

Deep merge any number of javascript objects.

36 lines (35 loc) 849 B
{ "name": "smart-merge", "version": "0.1.7", "homepage": "https://github.com/unclechu/node-deep-extend", "keywords": [ "smart-merge", "deep", "smart", "clone", "merge", "json" ], "repository": { "type": "git", "url": "git://github.com/Mohamed-amin/smart-merge.git" }, "author": "Mohamed Amin <mohamed.amin.088@gmail.com>", "bugs": "https://github.com/Mohamed-amin/smart-merge/issues", "devDependencies": { "browserify": "^13.0.0", "jasmine-core": "^2.4.1", "jshint": "^2.9.1", "karma": "^0.13.22", "karma-browserify": "^5.0.3", "karma-jasmine": "^0.3.8", "karma-jshint-preprocessor": "0.0.6", "karma-phantomjs-launcher": "^1.0.0", "phantomjs": "^2.1.7", "sinon": "^1.17.3" }, "scripts": { "lint": "jshint src test", "test": "karma start" } }