package.json 1007 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "livereload-js",
  3. "version": "2.4.0",
  4. "description": "LiveReload JS client - auto reload browser on changes",
  5. "main": "lib/startup.js",
  6. "directories": {
  7. "test": "test"
  8. },
  9. "devDependencies": {
  10. "coffee-script": "^1.12.7",
  11. "envify": "^4.1.0",
  12. "grunt": "^1.0.3",
  13. "grunt-browserify": "^5.3.0",
  14. "grunt-cli": "^1.3.1",
  15. "grunt-contrib-coffee": "^1.0.0",
  16. "grunt-mocha-test": "^0.13.3",
  17. "jsdom": "^13.0.0",
  18. "mocha": "^5.2.0"
  19. },
  20. "scripts": {
  21. "test": "grunt test",
  22. "build": "grunt build",
  23. "postversion": "npm run build"
  24. },
  25. "repository": {
  26. "type": "git",
  27. "url": "git://github.com/livereload/livereload-js.git"
  28. },
  29. "license": "MIT",
  30. "bugs": {
  31. "url": "https://github.com/livereload/livereload-js/issues"
  32. },
  33. "homepage": "https://github.com/livereload/livereload-js",
  34. "__npminstall_done": true,
  35. "_from": "livereload-js@2.4.0",
  36. "_resolved": "https://registry.npmmirror.com/livereload-js/-/livereload-js-2.4.0.tgz"
  37. }