{
  "name": "anymatch",
  "version": "0.1.0",
  "description": "Matches strings against configurable strings, globs, regular expressions, and/or functions",
  "author": {
    "name": "Elan Shanker",
    "url": "http://github.com/es128"
  },
  "homepage": "https://github.com/es128/anymatch",
  "repository": {
    "type": "git",
    "url": "git@github.com:es128/anymatch.git"
  },
  "bugs": {
    "url": "https://github.com/es128/anymatch/issues"
  },
  "main": "lib",
  "keywords": [
    "match",
    "any",
    "string",
    "file",
    "fs",
    "list",
    "glob",
    "regex",
    "regexp",
    "regular",
    "expression",
    "function"
  ],
  "dependencies": {
    "minimatch": "~0.2.12"
  },
  "scripts": {
    "prepublish": "rm -rf lib && coffee --bare --output lib/ src/"
  },
  "license": "MIT"
}
