{
  "name": "gaze",
  "description": "A globbing fs.watch wrapper built from the best parts of other fine watch libs.",
  "version": "0.3.4",
  "homepage": "https://github.com/shama/gaze",
  "author": {
    "name": "Kyle Robinson Young",
    "email": "kyle@dontkry.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/shama/gaze.git"
  },
  "bugs": {
    "url": "https://github.com/shama/gaze/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/shama/gaze/blob/master/LICENSE-MIT"
    }
  ],
  "main": "lib/gaze",
  "engines": {
    "node": ">= 0.6.0"
  },
  "scripts": {
    "test": "grunt nodeunit -v"
  },
  "dependencies": {
    "minimatch": "~0.2.9",
    "fileset": "~0.1.5"
  },
  "devDependencies": {
    "grunt": "~0.4.0rc7",
    "grunt-contrib-nodeunit": "~0.1.2rc6",
    "grunt-contrib-jshint": "~0.1.1rc6",
    "grunt-benchmark": "~0.1.1"
  },
  "keywords": [
    "watch",
    "glob"
  ],
  "contributors": [
    {
      "name": "Kyle Robinson Young",
      "url": "http://dontkry.com"
    },
    {
      "name": "Sam Day",
      "url": "http://sam.is-super-awesome.com"
    },
    {
      "name": "Roarke Gaskill",
      "url": "http://starkinvestments.com"
    },
    {
      "name": "Lance Pollard",
      "url": "http://lancepollard.com/"
    },
    {
      "name": "Daniel Fagnan",
      "url": "http://hydrocodedesign.com/"
    }
  ],
  "_id": "gaze@0.3.4",
  "dist": {
    "shasum": "5f94bdda0afe53bc710969bcd6f282548d60c279",
    "tarball": "https://registry.npmjs.org/gaze/-/gaze-0.3.4.tgz"
  },
  "_from": "gaze@>=0.3.2 <0.4.0",
  "_npmVersion": "1.2.18",
  "_npmUser": {
    "name": "shama",
    "email": "kyle@dontkry.com"
  },
  "maintainers": [
    {
      "name": "shama",
      "email": "kyle@dontkry.com"
    }
  ],
  "directories": {},
  "_shasum": "5f94bdda0afe53bc710969bcd6f282548d60c279",
  "_resolved": "https://registry.npmjs.org/gaze/-/gaze-0.3.4.tgz"
}
