package.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. {
  2. "name": "node-inspector",
  3. "version": "0.7.4",
  4. "description": "Web Inspector based nodeJS debugger",
  5. "homepage": "http://github.com/node-inspector/node-inspector",
  6. "author": {
  7. "name": "Danny Coates",
  8. "email": "dannycoates@gmail.com"
  9. },
  10. "keywords": [
  11. "debug",
  12. "debugger",
  13. "inspector",
  14. "profiler"
  15. ],
  16. "repository": {
  17. "type": "git",
  18. "url": "http://github.com/node-inspector/node-inspector.git"
  19. },
  20. "engines": {
  21. "node": ">=0.8.0"
  22. },
  23. "bin": {
  24. "node-inspector": "./bin/inspector.js",
  25. "node-debug": "./bin/node-debug.js"
  26. },
  27. "dependencies": {
  28. "express": "~4.0",
  29. "async": "~0.8",
  30. "glob": "~3.2.1",
  31. "rc": "~0.3.0",
  32. "strong-data-uri": "~0.1.0",
  33. "debug": "~0.8",
  34. "ws": "~0.4.31",
  35. "opener": "~1.3.0",
  36. "yargs": "~1.2.1",
  37. "which": "~1.0.5"
  38. },
  39. "devDependencies": {
  40. "mocha": "latest",
  41. "chai": "latest",
  42. "jshint": "^2.4.4",
  43. "fs-extra": "~0.8.1"
  44. },
  45. "preferGlobal": true,
  46. "scripts": {
  47. "pretest": "jshint .",
  48. "test": "mocha"
  49. },
  50. "contributors": [
  51. {
  52. "name": "Danny Coates",
  53. "email": "dannycoates@gmail.com"
  54. },
  55. {
  56. "name": "Miroslav Bajtoš",
  57. "email": "miroslav@strongloop.com"
  58. },
  59. {
  60. "name": "3y3",
  61. "email": "3y3@bk.ru"
  62. },
  63. {
  64. "name": "Adam Hořčica",
  65. "email": "horcicaa@gmail.com"
  66. },
  67. {
  68. "name": "Akzhan Abdulin",
  69. "email": "akzhan.abdulin@gmail.com"
  70. },
  71. {
  72. "name": "cattail",
  73. "email": "zhongchiyu@gmail.com"
  74. },
  75. {
  76. "name": "ChrisWren",
  77. "email": "cthewren@gmail.com"
  78. },
  79. {
  80. "name": "Dave",
  81. "email": "badave@gmail.com"
  82. },
  83. {
  84. "name": "Vasil Dininski",
  85. "email": "dininski@gmail.com"
  86. },
  87. {
  88. "name": "Dick Hardt",
  89. "email": "dickhardt@gmail.com"
  90. },
  91. {
  92. "name": "Gary Katsevman",
  93. "email": "git@gkatsev.com"
  94. },
  95. {
  96. "name": "Glenn Block",
  97. "email": "glenn.block@gmail.com"
  98. },
  99. {
  100. "name": "Ionică Bizău",
  101. "email": "bizauionica@yahoo.com"
  102. },
  103. {
  104. "name": "Ionuț G. Stan",
  105. "email": "ionut.g.stan@gmail.com"
  106. },
  107. {
  108. "name": "Ivan Baktsheev",
  109. "email": "dot.and.thing@gmail.com"
  110. },
  111. {
  112. "name": "junecoder",
  113. "email": "githubposting@gmail.com"
  114. },
  115. {
  116. "name": "Karan Batra-Daitch",
  117. "email": "karanganesha04@gmail.com"
  118. },
  119. {
  120. "name": "Kasper Ligaard",
  121. "email": "kasperligaard@gmail.com"
  122. },
  123. {
  124. "name": "Kenneth Auchenberg",
  125. "email": "kenneth@auchenberg.dk"
  126. },
  127. {
  128. "name": "Lennon Pulda-Grealy",
  129. "email": "lennon_puldagrealy@apple.com"
  130. },
  131. {
  132. "name": "Mark Constable",
  133. "email": "markc@renta.net"
  134. },
  135. {
  136. "name": "Matthew O'Riordan",
  137. "email": "matthew.oriordan@gmail.com"
  138. },
  139. {
  140. "name": "Michael Schoonmaker",
  141. "email": "michael@strongloop.com"
  142. },
  143. {
  144. "name": "Panagiotis Astithas",
  145. "email": "pastith@gmail.com"
  146. },
  147. {
  148. "name": "Peter Lyons",
  149. "email": "pete@peterlyons.com"
  150. },
  151. {
  152. "name": "Peter Flannery",
  153. "email": "flannery.peter@ntlworld.com"
  154. },
  155. {
  156. "name": "Philip Tellis",
  157. "email": "philip.tellis@gmail.com"
  158. },
  159. {
  160. "name": "Pritam Baral",
  161. "email": "pritam@pritambaral.com"
  162. },
  163. {
  164. "name": "Sam Roberts",
  165. "email": "sam@strongloop.com"
  166. },
  167. {
  168. "name": "Sergey Krilov",
  169. "email": "serg.kr@gmail.com"
  170. },
  171. {
  172. "name": "ssafejava",
  173. "email": "s@safejava.com"
  174. }
  175. ],
  176. "bugs": {
  177. "url": "https://github.com/node-inspector/node-inspector/issues"
  178. },
  179. "_id": "node-inspector@0.7.4",
  180. "dist": {
  181. "shasum": "3d07234f0834e7f1e21a1669eceaa224a7be43f2",
  182. "tarball": "http://registry.npmjs.org/node-inspector/-/node-inspector-0.7.4.tgz"
  183. },
  184. "_from": "node-inspector@^0.7.4",
  185. "_npmVersion": "1.4.3",
  186. "_npmUser": {
  187. "name": "bajtos",
  188. "email": "miro.bajtos@gmail.com"
  189. },
  190. "maintainers": [
  191. {
  192. "name": "dannycoates",
  193. "email": "dannycoates@gmail.com"
  194. },
  195. {
  196. "name": "piscisaureus",
  197. "email": "bertbelder@gmail.com"
  198. },
  199. {
  200. "name": "bajtos",
  201. "email": "miroslav@strongloop.com"
  202. },
  203. {
  204. "name": "strongloop",
  205. "email": "callback@strongloop.com"
  206. }
  207. ],
  208. "directories": {},
  209. "_shasum": "3d07234f0834e7f1e21a1669eceaa224a7be43f2",
  210. "_resolved": "https://registry.npmjs.org/node-inspector/-/node-inspector-0.7.4.tgz",
  211. "readme": "ERROR: No README data found!"
  212. }