package.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "grunt-contrib-watch@~1.0.0",
  6. "scope": null,
  7. "escapedName": "grunt-contrib-watch",
  8. "name": "grunt-contrib-watch",
  9. "rawSpec": "~1.0.0",
  10. "spec": ">=1.0.0 <1.1.0",
  11. "type": "range"
  12. },
  13. "/home/conte/data/reveal.js"
  14. ]
  15. ],
  16. "_from": "grunt-contrib-watch@>=1.0.0 <1.1.0",
  17. "_id": "grunt-contrib-watch@1.0.0",
  18. "_inCache": true,
  19. "_location": "/grunt-contrib-watch",
  20. "_nodeVersion": "4.2.6",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/grunt-contrib-watch-1.0.0.tgz_1457820583535_0.12563787307590246"
  24. },
  25. "_npmUser": {
  26. "name": "shama",
  27. "email": "kyle@dontkry.com"
  28. },
  29. "_npmVersion": "2.14.12",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "grunt-contrib-watch@~1.0.0",
  33. "scope": null,
  34. "escapedName": "grunt-contrib-watch",
  35. "name": "grunt-contrib-watch",
  36. "rawSpec": "~1.0.0",
  37. "spec": ">=1.0.0 <1.1.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "#DEV:/"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/grunt-contrib-watch/-/grunt-contrib-watch-1.0.0.tgz",
  44. "_shasum": "84a1a7a1d6abd26ed568413496c73133e990018f",
  45. "_shrinkwrap": null,
  46. "_spec": "grunt-contrib-watch@~1.0.0",
  47. "_where": "/home/conte/data/reveal.js",
  48. "author": {
  49. "name": "Grunt Team",
  50. "url": "http://gruntjs.com/"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/gruntjs/grunt-contrib-watch/issues"
  54. },
  55. "contributors": [
  56. {
  57. "name": "Kyle Robinson Young",
  58. "url": "http://dontkry.com"
  59. },
  60. {
  61. "name": "\"Cowboy\" Ben Alman",
  62. "url": "http://benalman.com"
  63. },
  64. {
  65. "name": "Tyler Kellen",
  66. "url": "http://goingslowly.com"
  67. },
  68. {
  69. "name": "Gong Hao"
  70. },
  71. {
  72. "name": "Jaime Pillora"
  73. },
  74. {
  75. "name": "Chris Danford"
  76. },
  77. {
  78. "name": "Jason San Jose"
  79. },
  80. {
  81. "name": "Oleg Seletsky"
  82. },
  83. {
  84. "name": "Jamie Stackhouse"
  85. },
  86. {
  87. "name": "Chris Talkington"
  88. },
  89. {
  90. "name": "Oliver Joseph Ash"
  91. },
  92. {
  93. "name": "Iskren Chernev"
  94. },
  95. {
  96. "name": "Joey Baker"
  97. },
  98. {
  99. "name": "John K. Paul"
  100. },
  101. {
  102. "name": "Jurie-Jan Botha"
  103. },
  104. {
  105. "name": "Michał Gołębiowski"
  106. },
  107. {
  108. "name": "Willie V"
  109. },
  110. {
  111. "name": "cfddream"
  112. },
  113. {
  114. "name": "Chris Wren"
  115. },
  116. {
  117. "name": "Daniel Steigerwald"
  118. },
  119. {
  120. "name": "Rich Trott"
  121. }
  122. ],
  123. "dependencies": {
  124. "async": "^1.5.0",
  125. "gaze": "^1.0.0",
  126. "lodash": "^3.10.1",
  127. "tiny-lr": "^0.2.1"
  128. },
  129. "description": "Run predefined tasks whenever watched file patterns are added, changed or deleted",
  130. "devDependencies": {
  131. "grunt": "^0.4.5",
  132. "grunt-cli": "^0.1.13",
  133. "grunt-contrib-internal": "^0.4.14",
  134. "grunt-contrib-jshint": "^1.0.0",
  135. "grunt-contrib-nodeunit": "^1.0.0",
  136. "grunt-jscs": "^2.8.0",
  137. "underscore.string": "^3.2.2"
  138. },
  139. "directories": {},
  140. "dist": {
  141. "shasum": "84a1a7a1d6abd26ed568413496c73133e990018f",
  142. "tarball": "https://registry.npmjs.org/grunt-contrib-watch/-/grunt-contrib-watch-1.0.0.tgz"
  143. },
  144. "engines": {
  145. "node": ">=0.10.0"
  146. },
  147. "files": [
  148. "tasks"
  149. ],
  150. "gitHead": "d3d8c01b25e0c759d76b236313cf49963983cb77",
  151. "homepage": "https://github.com/gruntjs/grunt-contrib-watch",
  152. "keywords": [
  153. "gruntplugin",
  154. "watch",
  155. "livereload"
  156. ],
  157. "license": "MIT",
  158. "main": "tasks/watch.js",
  159. "maintainers": [
  160. {
  161. "name": "tkellen",
  162. "email": "tyler@sleekcode.net"
  163. },
  164. {
  165. "name": "cowboy",
  166. "email": "cowboy@rj3.net"
  167. },
  168. {
  169. "name": "shama",
  170. "email": "kyle@dontkry.com"
  171. },
  172. {
  173. "name": "vladikoff",
  174. "email": "vlad@vladikoff.com"
  175. },
  176. {
  177. "name": "sindresorhus",
  178. "email": "sindresorhus@gmail.com"
  179. },
  180. {
  181. "name": "jmeas",
  182. "email": "jellyes2@gmail.com"
  183. }
  184. ],
  185. "name": "grunt-contrib-watch",
  186. "optionalDependencies": {},
  187. "readme": "ERROR: No README data found!",
  188. "repository": {
  189. "type": "git",
  190. "url": "git+https://github.com/gruntjs/grunt-contrib-watch.git"
  191. },
  192. "scripts": {
  193. "test": "grunt test -v"
  194. },
  195. "version": "1.0.0"
  196. }