package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "gaze@0.5.2",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "gaze@0.5.2",
  10. "_id": "gaze@0.5.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-QLcJU30k0dRXZ9takIaJ3+aaxE8=",
  13. "_location": "/gaze",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "gaze@0.5.2",
  19. "name": "gaze",
  20. "escapedName": "gaze",
  21. "rawSpec": "0.5.2",
  22. "saveSpec": null,
  23. "fetchSpec": "0.5.2"
  24. },
  25. "_requiredBy": [
  26. "/glob-watcher"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/gaze/-/gaze-0.5.2.tgz",
  29. "_spec": "0.5.2",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Kyle Robinson Young",
  33. "email": "kyle@dontkry.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/shama/gaze/issues"
  37. },
  38. "dependencies": {
  39. "globule": "~0.1.0"
  40. },
  41. "description": "A globbing fs.watch wrapper built from the best parts of other fine watch libs.",
  42. "devDependencies": {
  43. "async": "~0.2.10",
  44. "grunt": "~0.4.1",
  45. "grunt-benchmark": "~0.2.0",
  46. "grunt-cli": "~0.1.13",
  47. "grunt-contrib-jshint": "~0.6.0",
  48. "grunt-contrib-nodeunit": "~0.2.0",
  49. "rimraf": "~2.2.6"
  50. },
  51. "engines": {
  52. "node": ">= 0.8.0"
  53. },
  54. "files": [
  55. "lib",
  56. "LICENSE-MIT"
  57. ],
  58. "homepage": "https://github.com/shama/gaze",
  59. "keywords": [
  60. "watch",
  61. "glob"
  62. ],
  63. "licenses": [
  64. {
  65. "type": "MIT",
  66. "url": "https://github.com/shama/gaze/blob/master/LICENSE-MIT"
  67. }
  68. ],
  69. "main": "lib/gaze",
  70. "name": "gaze",
  71. "repository": {
  72. "type": "git",
  73. "url": "git://github.com/shama/gaze.git"
  74. },
  75. "scripts": {
  76. "test": "grunt nodeunit -v"
  77. },
  78. "version": "0.5.2"
  79. }