{
  "name": "datafilter",
  "version": "1.0.3",
  "description": "Simple filtering for collections of objects",
  "homepage": "https://github.com/kchapelier/node-datafilter",
  "main": "index.js",
  "engines": {
    "node": ">= 0.10.0"
  },
  "scripts": {
    "test": "./node_modules/.bin/mocha test/",
    "benchmark": "node ./benchmark/index.js"
  },
  "keywords": [
    "data",
    "json",
    "object",
    "filter",
    "validation"
  ],
  "devDependencies": {
    "benchmark": "^1.0.0",
    "chai": "^1.10.0",
    "gulp": "^3.8.10",
    "gulp-jscs": "^1.4.0",
    "gulp-jshint": "^1.9.0",
    "jshint-stylish": "^1.0.0",
    "mocha": "^2.1.0"
  },
  "author": {
    "name": "Kevin Chapelier"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/kchapelier/node-datafilter.git"
  },
  "bugs": {
    "url": "https://github.com/kchapelier/node-datafilter/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/kchapelier/node-datafilter/blob/master/LICENSE"
    }
  ],
  "readmeFilename": "README.md"
}
