{
  "name": "deep-filter",
  "version": "1.0.1",
  "description": "Recursively filters collection values (arrays and objects)",
  "main": "index.umd.js",
  "homepage": "https://github.com/IndigoUnited/js-deep-filter",
  "authors": [
    "IndigoUnited <hello@indigounited.com> (http://indigounited.com)"
  ],
  "moduleType": [
    "amd",
    "globals",
    "node"
  ],
  "keywords": [
    "filter",
    "deep",
    "array",
    "object",
    "collection"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}
