{
  "name": "object.defaults",
  "description": "Like `extend` but only copies missing properties/values to the target object.",
  "version": "0.3.0",
  "homepage": "https://github.com/jonschlinkert/object.defaults",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jonschlinkert/object.defaults.git"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/object.defaults/issues"
  },
  "license": {
    "type": "MIT",
    "url": "https://github.com/jonschlinkert/object.defaults/blob/master/LICENSE"
  },
  "files": [
    "index.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "array-each": "^0.1.0",
    "array-slice": "^0.2.3",
    "for-own": "^0.1.3",
    "isobject": "^1.0.0"
  },
  "devDependencies": {
    "mocha": "^2.2.4",
    "should": "^6.0.1"
  },
  "keywords": [
    "copy",
    "default",
    "defaults",
    "extend",
    "merge",
    "object",
    "properties",
    "property",
    "value",
    "values",
    "javascript",
    "js",
    "util",
    "utils"
  ]
}
