package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "glob-watcher@0.0.6",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "glob-watcher@0.0.6",
  10. "_id": "glob-watcher@0.0.6",
  11. "_inBundle": false,
  12. "_integrity": "sha1-uVtKjfdLOcgymLDAXJeLTZo7cQs=",
  13. "_location": "/glob-watcher",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "glob-watcher@0.0.6",
  19. "name": "glob-watcher",
  20. "escapedName": "glob-watcher",
  21. "rawSpec": "0.0.6",
  22. "saveSpec": null,
  23. "fetchSpec": "0.0.6"
  24. },
  25. "_requiredBy": [
  26. "/vinyl-fs"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-0.0.6.tgz",
  29. "_spec": "0.0.6",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Fractal",
  33. "email": "contact@wearefractal.com",
  34. "url": "http://wearefractal.com/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/wearefractal/glob-watcher/issues"
  38. },
  39. "dependencies": {
  40. "gaze": "^0.5.1"
  41. },
  42. "description": "Watch globs",
  43. "devDependencies": {
  44. "coveralls": "^2.6.1",
  45. "istanbul": "^0.2.3",
  46. "jshint": "^2.4.1",
  47. "mkdirp": "^0.3.5",
  48. "mocha": "^1.17.0",
  49. "mocha-lcov-reporter": "0.0.1",
  50. "rimraf": "^2.2.5",
  51. "should": "^2.1.1"
  52. },
  53. "engines": {
  54. "node": ">= 0.9"
  55. },
  56. "homepage": "http://github.com/wearefractal/glob-watcher",
  57. "licenses": [
  58. {
  59. "type": "MIT",
  60. "url": "http://github.com/wearefractal/glob-watcher/raw/master/LICENSE"
  61. }
  62. ],
  63. "main": "./index.js",
  64. "name": "glob-watcher",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/wearefractal/glob-watcher.git"
  68. },
  69. "scripts": {
  70. "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
  71. "test": "mocha --reporter spec && jshint"
  72. },
  73. "version": "0.0.6"
  74. }