{
  "name": "recent",
  "description": "Filter an object to return the most recent values.",
  "version": "0.1.0",
  "homepage": "https://github.com/doowb/recent",
  "author": "Brian Woodward (https://github.com/doowb)",
  "repository": "doowb/recent",
  "bugs": {
    "url": "https://github.com/doowb/recent/issues"
  },
  "license": "MIT",
  "files": [
    "index.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "devDependencies": {
    "mocha": "*"
  },
  "dependencies": {
    "get-value": "^1.1.5"
  }
}
