package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "tiny-lr-fork@0.0.5",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/grunt-contrib-watch"
  6. ]
  7. ],
  8. "_from": "tiny-lr-fork@0.0.5",
  9. "_id": "tiny-lr-fork@0.0.5",
  10. "_inCache": true,
  11. "_location": "/tiny-lr-fork",
  12. "_npmUser": {
  13. "email": "kyle@dontkry.com",
  14. "name": "shama"
  15. },
  16. "_npmVersion": "1.4.3",
  17. "_phantomChildren": {},
  18. "_requested": {
  19. "name": "tiny-lr-fork",
  20. "raw": "tiny-lr-fork@0.0.5",
  21. "rawSpec": "0.0.5",
  22. "scope": null,
  23. "spec": "0.0.5",
  24. "type": "version"
  25. },
  26. "_requiredBy": [
  27. "/grunt-contrib-watch"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/tiny-lr-fork/-/tiny-lr-fork-0.0.5.tgz",
  30. "_shasum": "1e99e1e2a8469b736ab97d97eefa98c71f76ed0a",
  31. "_shrinkwrap": null,
  32. "_spec": "tiny-lr-fork@0.0.5",
  33. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/grunt-contrib-watch",
  34. "author": {
  35. "name": "mklabs"
  36. },
  37. "bin": {
  38. "tiny-lr-fork": "./bin/tiny-lr"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/mklabs/tiny-lr/issues"
  42. },
  43. "config": {
  44. "test_port": "9001"
  45. },
  46. "dependencies": {
  47. "debug": "~0.7.0",
  48. "faye-websocket": "~0.4.3",
  49. "noptify": "~0.0.3",
  50. "qs": "~0.5.2"
  51. },
  52. "description": "Tiny LiveReload server, background-friendly",
  53. "devDependencies": {
  54. "connect": "~2.7.2",
  55. "express": "~3.0.6",
  56. "mocha": "~1.7.1",
  57. "request": "~2.12.0",
  58. "supertest": "~0.4.2"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "shasum": "1e99e1e2a8469b736ab97d97eefa98c71f76ed0a",
  63. "tarball": "http://registry.npmjs.org/tiny-lr-fork/-/tiny-lr-fork-0.0.5.tgz"
  64. },
  65. "homepage": "https://github.com/mklabs/tiny-lr",
  66. "installable": true,
  67. "licenses": [
  68. {
  69. "type": "MIT",
  70. "url": "https://github.com/mklabs/tiny-lr/blob/master/LICENSE-MIT"
  71. }
  72. ],
  73. "main": "./lib",
  74. "maintainers": [
  75. {
  76. "name": "shama",
  77. "email": "kyle@dontkry.com"
  78. }
  79. ],
  80. "name": "tiny-lr-fork",
  81. "optionalDependencies": {},
  82. "repository": {
  83. "url": "git://github.com/mklabs/tiny-lr.git"
  84. },
  85. "scripts": {
  86. "prepublish:": "npm test",
  87. "test": "mocha --reporter list",
  88. "test-debug": "DEBUG=tinylr:* mocha --reporter list",
  89. "test-debug-all": "DEBUG=* mocha --reporter list"
  90. },
  91. "version": "0.0.5"
  92. }