{
  "name": "glub",
  "version": "1.0.3",
  "description": "glub up globs",
  "main": "index.js",
  "scripts": {
    "test": "mocha test/**/*.js",
    "test-cov": "node ./node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha 'test/**/index.js' -- --reporter dot",
    "test-travis": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha 'test/**/index.js' -- -R spec"
  },
  "bin": {
    "glub": "./bin/glub"
  },
  "keywords": [
    "glob"
  ],
  "author": "Moshe Kolodny",
  "license": "MIT",
  "devDependencies": {
    "coveralls": "^2.11.2",
    "istanbul": "^0.3.14",
    "mocha": "^2.2.4",
    "rek": "0.0.4"
  },
  "dependencies": {
    "glob": "^5.0.5",
    "minimist": "^1.1.1"
  }
}
