Initial commit
[yaffs-website] / node_modules / gaze / package.json
1 {
2   "_args": [
3     [
4       "gaze@^0.5.1",
5       "/var/www/yaffs/node_modules/glob-watcher"
6     ]
7   ],
8   "_from": "gaze@>=0.5.1 <0.6.0",
9   "_id": "gaze@0.5.2",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/gaze",
13   "_nodeVersion": "4.0.0",
14   "_npmUser": {
15     "email": "kyle@dontkry.com",
16     "name": "shama"
17   },
18   "_npmVersion": "3.3.4",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "gaze",
22     "raw": "gaze@^0.5.1",
23     "rawSpec": "^0.5.1",
24     "scope": null,
25     "spec": ">=0.5.1 <0.6.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/glob-watcher"
30   ],
31   "_resolved": "https://registry.npmjs.org/gaze/-/gaze-0.5.2.tgz",
32   "_shasum": "40b709537d24d1d45767db5a908689dfe69ac44f",
33   "_shrinkwrap": null,
34   "_spec": "gaze@^0.5.1",
35   "_where": "/var/www/yaffs/node_modules/glob-watcher",
36   "author": {
37     "email": "kyle@dontkry.com",
38     "name": "Kyle Robinson Young"
39   },
40   "bugs": {
41     "url": "https://github.com/shama/gaze/issues"
42   },
43   "contributors": [
44     {
45       "name": "Kyle Robinson Young",
46       "url": "http://dontkry.com"
47     },
48     {
49       "name": "Sam Day",
50       "url": "http://sam.is-super-awesome.com"
51     },
52     {
53       "name": "Roarke Gaskill",
54       "url": "http://starkinvestments.com"
55     },
56     {
57       "name": "Lance Pollard",
58       "url": "http://lancepollard.com/"
59     },
60     {
61       "name": "Daniel Fagnan",
62       "url": "http://hydrocodedesign.com/"
63     },
64     {
65       "name": "Jonas",
66       "url": "http://jpommerening.github.io/"
67     },
68     {
69       "name": "Chris Chua",
70       "url": "http://sirh.cc/"
71     },
72     {
73       "name": "Kael Zhang",
74       "url": "http://kael.me"
75     },
76     {
77       "name": "Krasimir Tsonev",
78       "url": "http://krasimirtsonev.com/blog"
79     },
80     {
81       "name": "brett-shwom"
82     }
83   ],
84   "dependencies": {
85     "globule": "~0.1.0"
86   },
87   "description": "A globbing fs.watch wrapper built from the best parts of other fine watch libs.",
88   "devDependencies": {
89     "async": "~0.2.10",
90     "grunt": "~0.4.1",
91     "grunt-benchmark": "~0.2.0",
92     "grunt-cli": "~0.1.13",
93     "grunt-contrib-jshint": "~0.6.0",
94     "grunt-contrib-nodeunit": "~0.2.0",
95     "rimraf": "~2.2.6"
96   },
97   "directories": {},
98   "dist": {
99     "shasum": "40b709537d24d1d45767db5a908689dfe69ac44f",
100     "tarball": "https://registry.npmjs.org/gaze/-/gaze-0.5.2.tgz"
101   },
102   "engines": {
103     "node": ">= 0.8.0"
104   },
105   "files": [
106     "LICENSE-MIT",
107     "lib"
108   ],
109   "gitHead": "52007df64a841ccf52b9f9cd617cd24a4e2ddf8b",
110   "homepage": "https://github.com/shama/gaze",
111   "keywords": [
112     "glob",
113     "watch"
114   ],
115   "licenses": [
116     {
117       "type": "MIT",
118       "url": "https://github.com/shama/gaze/blob/master/LICENSE-MIT"
119     }
120   ],
121   "main": "lib/gaze",
122   "maintainers": [
123     {
124       "name": "joshperry",
125       "email": "josh@6bit.com"
126     },
127     {
128       "name": "shama",
129       "email": "kyle@dontkry.com"
130     }
131   ],
132   "name": "gaze",
133   "optionalDependencies": {},
134   "readme": "ERROR: No README data found!",
135   "repository": {
136     "type": "git",
137     "url": "git://github.com/shama/gaze.git"
138   },
139   "scripts": {
140     "test": "grunt nodeunit -v"
141   },
142   "version": "0.5.2"
143 }