{
  "name": "glob-all",
  "version": "3.1.0",
  "description": "Provide multiple patterns to node-glob",
  "main": "glob-all.js",
  "bin": {
    "glob-all": "./bin/glob-all"
  },
  "scripts": {
    "test": "node test/test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jpillora/node-glob-all.git"
  },
  "dependencies": {
    "glob": "^7.0.5",
    "yargs": "~1.2.6"
  },
  "devDependencies": {
    "tape": "^4.5.1"
  },
  "keywords": [
    "glob",
    "multi",
    "all",
    "manifest",
    "generation",
    "file"
  ],
  "author": "Jaime Pillora",
  "license": "MIT"
}
