{
  "name": "micromatch",
  "description": "Glob matching for javascript/node.js. Like minimatch, but 10-40x faster.",
  "version": "0.2.1",
  "homepage": "https://github.com/jonschlinkert/micromatch",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jonschlinkert/micromatch.git"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/micromatch/issues"
  },
  "license": {
    "type": "MIT",
    "url": "https://github.com/jonschlinkert/micromatch/blob/master/LICENSE-MIT"
  },
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "dependencies": {
    "arr-diff": "^0.2.2",
    "arr-union": "^1.0.0",
    "braces": "^0.1.5",
    "unixify": "^0.1.0"
  },
  "devDependencies": {
    "benchmarked": "^0.1.3",
    "chalk": "^0.5.1",
    "minimatch": "^2.0.1",
    "mocha": "*",
    "should": "*",
    "write": "^0.1.1"
  },
  "keywords": [
    "bash",
    "expand",
    "expansion",
    "expression",
    "file",
    "files",
    "glob",
    "globstar",
    "match",
    "matches",
    "minimatch",
    "multimatch",
    "path",
    "regex",
    "regular",
    "shell"
  ]
}
