{
  "name": "gglobby",
  "description": "a .gitignore-compatible file globber",
  "version": "0.0.3",
  "author": "Jon Jensen",
  "homepage": "https://github.com/jenseng/globby-js",
  "repository": {
    "type": "git",
    "url": "http://github.com/jenseng/globby-js.git"
  },
  "main": "./dist/lib/main",
  "devDependencies": {
    "chai": "~1.8.1",
    "eslint": "^0.18.0",
    "glob": "^4.0.2",
    "grunt": "~0.4.2",
    "grunt-babel": "^4.0.0",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-copy": "^0.5.0",
    "gruntify-eslint": "^0.1.0",
    "matchdep": "~0.3.0",
    "mkdirp": "^0.5.0",
    "mocha": "~1.16.2",
    "rimraf": "^2.2.8",
    "shelljs": "^0.3.0",
    "temp": "^0.8.0",
    "touch": "0.0.3"
  },
  "scripts": {
    "test": "grunt test && mocha tmp/test --recursive"
  }
}
