package.json 2.4 KB
{
  "_from": "gaze@~0.4.0",
  "_id": "gaze@0.4.3",
  "_inBundle": false,
  "_integrity": "sha1-5Tj0/15P5kj0c6l+HrslPS3hJ7U=",
  "_location": "/gaze",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "gaze@~0.4.0",
    "name": "gaze",
    "escapedName": "gaze",
    "rawSpec": "~0.4.0",
    "saveSpec": null,
    "fetchSpec": "~0.4.0"
  },
  "_requiredBy": [
    "/grunt-contrib-watch"
  ],
  "_resolved": "https://registry.npmjs.org/gaze/-/gaze-0.4.3.tgz",
  "_shasum": "e538f4ff5e4fe648f473a97e1ebb253d2de127b5",
  "_spec": "gaze@~0.4.0",
  "_where": "F:\\wamp64\\www\\project\\gc\\public\\assets\\libs\\jcrop\\node_modules\\grunt-contrib-watch",
  "author": {
    "name": "Kyle Robinson Young",
    "email": "kyle@dontkry.com"
  },
  "bugs": {
    "url": "https://github.com/shama/gaze/issues"
  },
  "bundleDependencies": false,
  "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/"
    },
    {
      "name": "Jonas",
      "url": "http://jpommerening.github.io/"
    },
    {
      "name": "Chris Chua",
      "url": "http://sirh.cc/"
    },
    {
      "name": "Kael Zhang",
      "url": "http://kael.me"
    },
    {
      "name": "Krasimir Tsonev",
      "url": "http://krasimirtsonev.com/blog"
    },
    {
      "name": "brett-shwom"
    }
  ],
  "dependencies": {
    "globule": "~0.1.0"
  },
  "deprecated": false,
  "description": "A globbing fs.watch wrapper built from the best parts of other fine watch libs.",
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-benchmark": "~0.2.0",
    "grunt-contrib-jshint": "~0.6.0",
    "grunt-contrib-nodeunit": "~0.2.0"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "homepage": "https://github.com/shama/gaze",
  "keywords": [
    "watch",
    "glob"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/shama/gaze/blob/master/LICENSE-MIT"
    }
  ],
  "main": "lib/gaze",
  "name": "gaze",
  "repository": {
    "type": "git",
    "url": "git://github.com/shama/gaze.git"
  },
  "scripts": {
    "test": "grunt nodeunit -v"
  },
  "version": "0.4.3"
}