{
  "name": "omit",
  "description": "Efficient ommission of object data based on keys, values and evaluator functions",
  "author": "Damon Oehlman <damon.oehlman@gmail.com>",
  "version": "1.0.1",
  "devDependencies": {
    "mocha": "^2.2.1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/DamonOehlman/omit.git"
  },
  "bugs": {
    "url": "http://github.com/DamonOehlman/omit/issues"
  },
  "scripts": {
    "test": "mocha --reporter spec -t 2s",
    "gendocs": "gendocs > README.md"
  },
  "main": "index.js",
  "keywords": [
    "filter",
    "omit"
  ],
  "license": "MIT"
}