package.json
1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"_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"
}