{
  "name": "micromatch",
  "description": "Glob matching for javascript/node.js. A faster alternative to minimatch (10-20x faster on avg), with all the features you're used to using in your Grunt and gulp tasks.",
  "version": "1.2.0",
  "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"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "dependencies": {
    "arr-diff": "^1.0.1",
    "braces": "^1.4.0",
    "filename-regex": "^2.0.0",
    "glob-path-regex": "^1.0.0",
    "is-glob": "^1.1.0"
  },
  "devDependencies": {
    "benchmarked": "^0.1.3",
    "chalk": "^0.5.1",
    "helper-reflinks": "^0.4.0",
    "minimatch": "^2.0.1",
    "minimist": "^1.1.0",
    "multimatch": "^2.0.0",
    "should": "^4.6.1",
    "write": "^0.1.1"
  },
  "keywords": [
    "bash",
    "expand",
    "expansion",
    "expression",
    "file",
    "files",
    "filter",
    "find",
    "glob",
    "globbing",
    "globs",
    "globstar",
    "match",
    "matcher",
    "matches",
    "matching",
    "minimatch",
    "multimatch",
    "path",
    "pattern",
    "patterns",
    "regex",
    "regexp",
    "regular",
    "shell",
    "wildcard"
  ]
}