UNPKG

fmerge

Version:

A tool for merging objects.

24 lines (23 loc) 432 B
{ "name": "fmerge" , "version": "1.2.0" , "description": "A tool for merging objects." , "main": "index.js" , "devDependencies": { "mocha": "^1.20.0" , "chai": "^1.9.1" } , "scripts": { "test": "mocha" , "install": "node install.js" } , "repository": { "type": "git" , "url": "git://github.com/fizker/merge.git" } , "keywords": [ "merge" , "combine" ] , "author": "Benjamin Horsleben" , "license": "WTFPL" }