package.json 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "livereload-js@^2.3.0",
  3. "_id": "livereload-js@2.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-j1R0/FeGa64Y+NmqfZhyoVRzcFlOZ8sNlKzHjh4VvLULFACZhn68XrX5DFg2FhMvSMJmROuFxRSa560ECWKBMg==",
  6. "_location": "/livereload-js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "livereload-js@^2.3.0",
  12. "name": "livereload-js",
  13. "escapedName": "livereload-js",
  14. "rawSpec": "^2.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.3.0"
  17. },
  18. "_requiredBy": [
  19. "/tiny-lr"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/livereload-js/-/livereload-js-2.3.0.tgz",
  22. "_shasum": "c3ab22e8aaf5bf3505d80d098cbad67726548c9a",
  23. "_spec": "livereload-js@^2.3.0",
  24. "_where": "/Users/ericf/ZCWProjects/Shared-Travel-Map/apptest/node_modules/tiny-lr",
  25. "bugs": {
  26. "url": "https://github.com/livereload/livereload-js/issues"
  27. },
  28. "bundleDependencies": false,
  29. "deprecated": false,
  30. "description": "LiveReload JS client - auto reload browser on changes",
  31. "devDependencies": {
  32. "coffee-script": "~1.7.1",
  33. "grunt": "^0.4.5",
  34. "grunt-browserify": "^3.3.0",
  35. "grunt-cli": "^1.2.0",
  36. "grunt-contrib-coffee": "^0.12.0",
  37. "grunt-mocha-test": "^0.12.6",
  38. "jsdom": "~11.5.1",
  39. "mocha": "^4.1.0"
  40. },
  41. "directories": {
  42. "test": "test"
  43. },
  44. "homepage": "https://github.com/livereload/livereload-js",
  45. "license": "MIT",
  46. "main": "lib/startup.js",
  47. "name": "livereload-js",
  48. "repository": {
  49. "type": "git",
  50. "url": "git://github.com/livereload/livereload-js.git"
  51. },
  52. "scripts": {
  53. "prepare": "grunt build",
  54. "test": "grunt test"
  55. },
  56. "version": "2.3.0"
  57. }