Initial commit
[yaffs-website] / node_modules / glob-watcher / package.json
1 {
2   "_args": [
3     [
4       "glob-watcher@^0.0.6",
5       "/var/www/yaffs/node_modules/gulp/node_modules/vinyl-fs"
6     ]
7   ],
8   "_from": "glob-watcher@>=0.0.6 <0.0.7",
9   "_id": "glob-watcher@0.0.6",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/glob-watcher",
13   "_npmUser": {
14     "email": "contact@wearefractal.com",
15     "name": "fractal"
16   },
17   "_npmVersion": "1.4.7",
18   "_phantomChildren": {},
19   "_requested": {
20     "name": "glob-watcher",
21     "raw": "glob-watcher@^0.0.6",
22     "rawSpec": "^0.0.6",
23     "scope": null,
24     "spec": ">=0.0.6 <0.0.7",
25     "type": "range"
26   },
27   "_requiredBy": [
28     "/gulp/vinyl-fs"
29   ],
30   "_resolved": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-0.0.6.tgz",
31   "_shasum": "b95b4a8df74b39c83298b0c05c978b4d9a3b710b",
32   "_shrinkwrap": null,
33   "_spec": "glob-watcher@^0.0.6",
34   "_where": "/var/www/yaffs/node_modules/gulp/node_modules/vinyl-fs",
35   "author": {
36     "email": "contact@wearefractal.com",
37     "name": "Fractal",
38     "url": "http://wearefractal.com/"
39   },
40   "bugs": {
41     "url": "https://github.com/wearefractal/glob-watcher/issues"
42   },
43   "dependencies": {
44     "gaze": "^0.5.1"
45   },
46   "description": "Watch globs",
47   "devDependencies": {
48     "coveralls": "^2.6.1",
49     "istanbul": "^0.2.3",
50     "jshint": "^2.4.1",
51     "mkdirp": "^0.3.5",
52     "mocha": "^1.17.0",
53     "mocha-lcov-reporter": "0.0.1",
54     "rimraf": "^2.2.5",
55     "should": "^2.1.1"
56   },
57   "directories": {},
58   "dist": {
59     "shasum": "b95b4a8df74b39c83298b0c05c978b4d9a3b710b",
60     "tarball": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-0.0.6.tgz"
61   },
62   "engines": {
63     "node": ">= 0.9"
64   },
65   "homepage": "http://github.com/wearefractal/glob-watcher",
66   "licenses": [
67     {
68       "type": "MIT",
69       "url": "http://github.com/wearefractal/glob-watcher/raw/master/LICENSE"
70     }
71   ],
72   "main": "./index.js",
73   "maintainers": [
74     {
75       "name": "fractal",
76       "email": "contact@wearefractal.com"
77     }
78   ],
79   "name": "glob-watcher",
80   "optionalDependencies": {},
81   "readme": "ERROR: No README data found!",
82   "repository": {
83     "type": "git",
84     "url": "git://github.com/wearefractal/glob-watcher.git"
85   },
86   "scripts": {
87     "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
88     "test": "mocha --reporter spec && jshint"
89   },
90   "version": "0.0.6"
91 }