{
  "name": "@ndhoule/includes",
  "version": "2.0.1",
  "description": "Determine whether or not a value is contained by a given collection.",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/ndhoule/includes.git"
  },
  "keywords": [
    "component",
    "functional",
    "includes"
  ],
  "author": "Nathan Houle <nathan@nathanhoule.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ndhoule/includes/issues"
  },
  "homepage": "https://github.com/ndhoule/includes",
  "dependencies": {
    "@ndhoule/each": "^2.0.1"
  },
  "devDependencies": {
    "eslint": "^0.15.1",
    "mocha": "^2.1.0",
    "zuul": "^2.0.0"
  }
}
