package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "name": "grunt-contrib-watch",
  3. "description": "Run predefined tasks whenever watched file patterns are added, changed or deleted.",
  4. "version": "0.6.1",
  5. "homepage": "https://github.com/gruntjs/grunt-contrib-watch",
  6. "author": {
  7. "name": "Grunt Team",
  8. "url": "http://gruntjs.com/"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/gruntjs/grunt-contrib-watch.git"
  13. },
  14. "bugs": {
  15. "url": "https://github.com/gruntjs/grunt-contrib-watch/issues"
  16. },
  17. "licenses": [
  18. {
  19. "type": "MIT",
  20. "url": "https://github.com/gruntjs/grunt-contrib-watch/blob/master/LICENSE-MIT"
  21. }
  22. ],
  23. "engines": {
  24. "node": ">= 0.8.0"
  25. },
  26. "scripts": {
  27. "test": "grunt nodeunit -v"
  28. },
  29. "dependencies": {
  30. "gaze": "~0.5.1",
  31. "tiny-lr-fork": "0.0.5",
  32. "lodash": "~2.4.1",
  33. "async": "~0.2.9"
  34. },
  35. "devDependencies": {
  36. "grunt": "~0.4.0",
  37. "grunt-contrib-jshint": "~0.8.0",
  38. "grunt-contrib-nodeunit": "~0.3.3",
  39. "grunt-contrib-internal": "~0.4.7",
  40. "underscore.string": "~2.3.3"
  41. },
  42. "peerDependencies": {
  43. "grunt": "~0.4.0"
  44. },
  45. "keywords": [
  46. "gruntplugin",
  47. "watch"
  48. ],
  49. "files": [
  50. "tasks",
  51. "LICENSE-MIT"
  52. ],
  53. "_id": "grunt-contrib-watch@0.6.1",
  54. "dist": {
  55. "shasum": "64fdcba25a635f5b4da1b6ce6f90da0aeb6e3f15",
  56. "tarball": "http://registry.npmjs.org/grunt-contrib-watch/-/grunt-contrib-watch-0.6.1.tgz"
  57. },
  58. "_from": "grunt-contrib-watch@*",
  59. "_npmVersion": "1.4.4",
  60. "_npmUser": {
  61. "name": "shama",
  62. "email": "kyle@dontkry.com"
  63. },
  64. "maintainers": [
  65. {
  66. "name": "tkellen",
  67. "email": "tyler@sleekcode.net"
  68. },
  69. {
  70. "name": "cowboy",
  71. "email": "cowboy@rj3.net"
  72. },
  73. {
  74. "name": "shama",
  75. "email": "kyle@dontkry.com"
  76. },
  77. {
  78. "name": "vladikoff",
  79. "email": "vlad@vladikoff.com"
  80. },
  81. {
  82. "name": "sindresorhus",
  83. "email": "sindresorhus@gmail.com"
  84. },
  85. {
  86. "name": "jmeas",
  87. "email": "jellyes2@gmail.com"
  88. }
  89. ],
  90. "directories": {},
  91. "_shasum": "64fdcba25a635f5b4da1b6ce6f90da0aeb6e3f15",
  92. "_resolved": "https://registry.npmjs.org/grunt-contrib-watch/-/grunt-contrib-watch-0.6.1.tgz"
  93. }