package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_args": [
  3. [
  4. "grunt-contrib-watch",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt"
  6. ]
  7. ],
  8. "_from": "grunt-contrib-watch@*",
  9. "_id": "grunt-contrib-watch@0.6.1",
  10. "_inCache": true,
  11. "_location": "/grunt-contrib-watch",
  12. "_npmUser": {
  13. "email": "kyle@dontkry.com",
  14. "name": "shama"
  15. },
  16. "_npmVersion": "1.4.4",
  17. "_phantomChildren": {},
  18. "_requested": {
  19. "name": "grunt-contrib-watch",
  20. "raw": "grunt-contrib-watch",
  21. "rawSpec": "",
  22. "scope": null,
  23. "spec": "*",
  24. "type": "range"
  25. },
  26. "_requiredBy": [
  27. "#USER"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/grunt-contrib-watch/-/grunt-contrib-watch-0.6.1.tgz",
  30. "_shasum": "64fdcba25a635f5b4da1b6ce6f90da0aeb6e3f15",
  31. "_shrinkwrap": null,
  32. "_spec": "grunt-contrib-watch",
  33. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt",
  34. "author": {
  35. "name": "Grunt Team",
  36. "url": "http://gruntjs.com/"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/gruntjs/grunt-contrib-watch/issues"
  40. },
  41. "dependencies": {
  42. "async": "~0.2.9",
  43. "gaze": "~0.5.1",
  44. "lodash": "~2.4.1",
  45. "tiny-lr-fork": "0.0.5"
  46. },
  47. "description": "Run predefined tasks whenever watched file patterns are added, changed or deleted.",
  48. "devDependencies": {
  49. "grunt": "~0.4.0",
  50. "grunt-contrib-internal": "~0.4.7",
  51. "grunt-contrib-jshint": "~0.8.0",
  52. "grunt-contrib-nodeunit": "~0.3.3",
  53. "underscore.string": "~2.3.3"
  54. },
  55. "directories": {},
  56. "dist": {
  57. "shasum": "64fdcba25a635f5b4da1b6ce6f90da0aeb6e3f15",
  58. "tarball": "http://registry.npmjs.org/grunt-contrib-watch/-/grunt-contrib-watch-0.6.1.tgz"
  59. },
  60. "engines": {
  61. "node": ">= 0.8.0"
  62. },
  63. "files": [
  64. "LICENSE-MIT",
  65. "tasks"
  66. ],
  67. "homepage": "https://github.com/gruntjs/grunt-contrib-watch",
  68. "installable": true,
  69. "keywords": [
  70. "gruntplugin",
  71. "watch"
  72. ],
  73. "licenses": [
  74. {
  75. "type": "MIT",
  76. "url": "https://github.com/gruntjs/grunt-contrib-watch/blob/master/LICENSE-MIT"
  77. }
  78. ],
  79. "maintainers": [
  80. {
  81. "name": "tkellen",
  82. "email": "tyler@sleekcode.net"
  83. },
  84. {
  85. "name": "cowboy",
  86. "email": "cowboy@rj3.net"
  87. },
  88. {
  89. "name": "shama",
  90. "email": "kyle@dontkry.com"
  91. },
  92. {
  93. "name": "vladikoff",
  94. "email": "vlad@vladikoff.com"
  95. },
  96. {
  97. "name": "sindresorhus",
  98. "email": "sindresorhus@gmail.com"
  99. },
  100. {
  101. "name": "jmeas",
  102. "email": "jellyes2@gmail.com"
  103. }
  104. ],
  105. "name": "grunt-contrib-watch",
  106. "optionalDependencies": {},
  107. "peerDependencies": {
  108. "grunt": "~0.4.0"
  109. },
  110. "repository": {
  111. "type": "git",
  112. "url": "git://github.com/gruntjs/grunt-contrib-watch.git"
  113. },
  114. "scripts": {
  115. "test": "grunt nodeunit -v"
  116. },
  117. "version": "0.6.1"
  118. }