Без опису

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. }