{
  "name": "object.reduce",
  "description": "Reduces an object to a value that is the accumulated result of running each property in the object through a callback.",
  "version": "0.1.7",
  "homepage": "https://github.com/jonschlinkert/object.reduce",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jonschlinkert/object.reduce.git"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/object.reduce/issues"
  },
  "license": {
    "type": "MIT",
    "url": "https://github.com/jonschlinkert/object.reduce/blob/master/LICENSE"
  },
  "files": [
    "index.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "for-own": "^0.1.3"
  },
  "devDependencies": {
    "mocha": "*",
    "should": "^5.2.0"
  },
  "keywords": [
    "object",
    "reduce"
  ]
}
