package.json 1.7 KB
{
  "_args": [
    [
      "gaze@0.5.2",
      "C:\\Users\\Administrator\\Desktop\\gentelella"
    ]
  ],
  "_development": true,
  "_from": "gaze@0.5.2",
  "_id": "gaze@0.5.2",
  "_inBundle": false,
  "_integrity": "sha1-QLcJU30k0dRXZ9takIaJ3+aaxE8=",
  "_location": "/gaze",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "gaze@0.5.2",
    "name": "gaze",
    "escapedName": "gaze",
    "rawSpec": "0.5.2",
    "saveSpec": null,
    "fetchSpec": "0.5.2"
  },
  "_requiredBy": [
    "/glob-watcher"
  ],
  "_resolved": "https://registry.npmjs.org/gaze/-/gaze-0.5.2.tgz",
  "_spec": "0.5.2",
  "_where": "C:\\Users\\Administrator\\Desktop\\gentelella",
  "author": {
    "name": "Kyle Robinson Young",
    "email": "kyle@dontkry.com"
  },
  "bugs": {
    "url": "https://github.com/shama/gaze/issues"
  },
  "dependencies": {
    "globule": "~0.1.0"
  },
  "description": "A globbing fs.watch wrapper built from the best parts of other fine watch libs.",
  "devDependencies": {
    "async": "~0.2.10",
    "grunt": "~0.4.1",
    "grunt-benchmark": "~0.2.0",
    "grunt-cli": "~0.1.13",
    "grunt-contrib-jshint": "~0.6.0",
    "grunt-contrib-nodeunit": "~0.2.0",
    "rimraf": "~2.2.6"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "files": [
    "lib",
    "LICENSE-MIT"
  ],
  "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.5.2"
}