{
  "name": "glob-whatev",
  "description": "A quick and dirty file globbing utility based on minimatch.",
  "version": "0.1.8",
  "homepage": "http://github.com/cowboy/node-glob-whatev",
  "author": {
    "name": "\"Cowboy\" Ben Alman",
    "url": "http://benalman.com/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/cowboy/node-glob-whatev.git"
  },
  "bugs": {
    "url": "https://github.com/cowboy/node-glob-whatev/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/cowboy/node-glob-whatev/blob/master/LICENSE-MIT"
    }
  ],
  "dependencies": {
    "minimatch": "~0.2.5"
  },
  "devDependencies": {
    "grunt": "~0.3.11"
  },
  "keywords": [
    "glob",
    "wildcard",
    "star",
    "file",
    "sync",
    "synchronous"
  ],
  "engines": {
    "node": ">= 0.6.0"
  },
  "main": "lib/glob",
  "scripts": {
    "test": "grunt test"
  }
}
