{
  "name": "first-match",
  "version": "0.0.1",
  "description": "Find the first element in an array that passes a callback test. Equivalent to underscore.find()",
  "main": "index.js",
  "scripts": {
    "test": "node node_modules/.bin/mocha -u tdd --reporter spec"
  },
  "keywords": [
    "element",
    "array",
    "first",
    "truth",
    "test",
    "find"
  ],
  "author": "Hugh Kennedy <hughskennedy@gmail.com> (htttp://hughskennedy.com/)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/hughsk/first-match.git"
  },
  "devDependencies": {
    "mocha": "~1.7.4"
  }
}
