package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "gaze@~0.5.1",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/grunt-contrib-watch"
  6. ]
  7. ],
  8. "_from": "gaze@>=0.5.1 <0.6.0",
  9. "_id": "gaze@0.5.1",
  10. "_inCache": true,
  11. "_location": "/gaze",
  12. "_npmUser": {
  13. "email": "kyle@dontkry.com",
  14. "name": "shama"
  15. },
  16. "_npmVersion": "1.2.30",
  17. "_phantomChildren": {},
  18. "_requested": {
  19. "name": "gaze",
  20. "raw": "gaze@~0.5.1",
  21. "rawSpec": "~0.5.1",
  22. "scope": null,
  23. "spec": ">=0.5.1 <0.6.0",
  24. "type": "range"
  25. },
  26. "_requiredBy": [
  27. "/grunt-contrib-watch"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/gaze/-/gaze-0.5.1.tgz",
  30. "_shasum": "22e731078ef3e49d1c4ab1115ac091192051824c",
  31. "_shrinkwrap": null,
  32. "_spec": "gaze@~0.5.1",
  33. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/grunt-contrib-watch",
  34. "author": {
  35. "email": "kyle@dontkry.com",
  36. "name": "Kyle Robinson Young"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/shama/gaze/issues"
  40. },
  41. "dependencies": {
  42. "globule": "~0.1.0"
  43. },
  44. "description": "A globbing fs.watch wrapper built from the best parts of other fine watch libs.",
  45. "devDependencies": {
  46. "async": "~0.2.10",
  47. "grunt": "~0.4.1",
  48. "grunt-benchmark": "~0.2.0",
  49. "grunt-cli": "~0.1.13",
  50. "grunt-contrib-jshint": "~0.6.0",
  51. "grunt-contrib-nodeunit": "~0.2.0",
  52. "rimraf": "~2.2.6"
  53. },
  54. "directories": {},
  55. "dist": {
  56. "shasum": "22e731078ef3e49d1c4ab1115ac091192051824c",
  57. "tarball": "http://registry.npmjs.org/gaze/-/gaze-0.5.1.tgz"
  58. },
  59. "engines": {
  60. "node": ">= 0.8.0"
  61. },
  62. "files": [
  63. "LICENSE-MIT",
  64. "lib"
  65. ],
  66. "homepage": "https://github.com/shama/gaze",
  67. "installable": true,
  68. "keywords": [
  69. "glob",
  70. "watch"
  71. ],
  72. "licenses": [
  73. {
  74. "type": "MIT",
  75. "url": "https://github.com/shama/gaze/blob/master/LICENSE-MIT"
  76. }
  77. ],
  78. "main": "lib/gaze",
  79. "maintainers": [
  80. {
  81. "name": "shama",
  82. "email": "kyle@dontkry.com"
  83. }
  84. ],
  85. "name": "gaze",
  86. "optionalDependencies": {},
  87. "repository": {
  88. "type": "git",
  89. "url": "git://github.com/shama/gaze.git"
  90. },
  91. "scripts": {
  92. "test": "grunt nodeunit -v"
  93. },
  94. "version": "0.5.1"
  95. }