{
  "name": "object-filter",
  "version": "1.0.2",
  "description": "`Array.prototype.filter` for objects",
  "keywords": ["object", "filter"],
  "author": "Maciej Małecki <me@mmalecki.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/mmalecki/object-filter.git"
  },
  "scripts": {
    "test": "node test/simple-test.js"
  },
  "license": "MIT"
}
