package.json 1.9 KB

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