{
  "name": "deepmerge",
  "main": "index.js",
  "version": "0.2.5",
  "homepage": "https://github.com/nrf110/deepmerge",
  "authors": [
    "Nicholas Fisher <nfisher110@gmail.com>"
  ],
  "description": "Merge the enumerable attributes of two objects.",
  "keywords": [
    "merge",
    "extend",
    "assign"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "app/bower_components",
    "test",
    "tests"
  ]
}
