{
  "name": "map-merge",
  "description": "apply a map function to merge a pair of deep data structures",
  "version": "1.1.0",
  "homepage": "https://github.com/dominictarr/map-merge",
  "repository": {
    "type": "git",
    "url": "git://github.com/dominictarr/map-merge.git"
  },
  "dependencies": {},
  "devDependencies": {
    "tape": "~3.0.3"
  },
  "scripts": {
    "prepublish": "npm ls &&  npm test",
    "test": "set -e; for t in test/*.js; do node $t; done"
  },
  "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
  "license": "MIT"
}
