{
  "name": "globby",
  "version": "0.1.0",
  "description": "Extends `glob` with support for multiple patterns",
  "license": "MIT",
  "repository": "sindresorhus/globby",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "http://sindresorhus.com"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "glob",
    "globs",
    "globbing",
    "minimatch",
    "match",
    "matcher",
    "pattern",
    "patterns",
    "find",
    "paths",
    "files",
    "folders",
    "dirs",
    "directories",
    "wildcard",
    "expand"
  ],
  "dependencies": {
    "array-differ": "^0.1.0",
    "array-union": "^0.1.0",
    "async": "^0.9.0",
    "glob": "^4.0.2"
  },
  "devDependencies": {
    "mocha": "*"
  }
}
