package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "name": "browser-sync",
  3. "description": "Live CSS Reload & Browser Syncing",
  4. "version": "2.27.10",
  5. "homepage": "https://browsersync.io/",
  6. "author": {
  7. "name": "Shane Osbourne"
  8. },
  9. "repository": "BrowserSync/browser-sync",
  10. "license": "Apache-2.0",
  11. "main": "dist/index.js",
  12. "bin": "dist/bin.js",
  13. "files": [
  14. "dist",
  15. "certs",
  16. "templates",
  17. "cli-options",
  18. "client/dist"
  19. ],
  20. "engines": {
  21. "node": ">= 8.0.0"
  22. },
  23. "scripts": {
  24. "build": "npm run build:server",
  25. "build:server": "tsc",
  26. "build:watch": "tsc --watch",
  27. "env": "node ./test/env.js",
  28. "lodash": "lodash include=isUndefined,isFunction,toArray,includes,union,each,isString,merge,isObject,set exports=node",
  29. "prepublishOnly": "npm run build",
  30. "prettier": "prettier 'lib/**/*' 'examples/*' 'test/specs/**/*.js' --tab-width 4",
  31. "prettier:fix": "npm run prettier -- --write",
  32. "test": "npm run build && npm run env && npm run unit",
  33. "unit": "mocha --recursive test/specs --timeout 10000 --bail --exit",
  34. "watch": "npm run build && npm run serve:fixtures",
  35. "serve:fixtures": "node dist/bin test/fixtures -w --no-open"
  36. },
  37. "dependencies": {
  38. "browser-sync-client": "^2.27.10",
  39. "browser-sync-ui": "^2.27.10",
  40. "bs-recipes": "1.3.4",
  41. "bs-snippet-injector": "^2.0.1",
  42. "chokidar": "^3.5.1",
  43. "connect": "3.6.6",
  44. "connect-history-api-fallback": "^1",
  45. "dev-ip": "^1.0.1",
  46. "easy-extender": "^2.3.4",
  47. "eazy-logger": "3.1.0",
  48. "etag": "^1.8.1",
  49. "fresh": "^0.5.2",
  50. "fs-extra": "3.0.1",
  51. "http-proxy": "^1.18.1",
  52. "immutable": "^3",
  53. "localtunnel": "^2.0.1",
  54. "micromatch": "^4.0.2",
  55. "opn": "5.3.0",
  56. "portscanner": "2.2.0",
  57. "qs": "6.2.3",
  58. "raw-body": "^2.3.2",
  59. "resp-modifier": "6.0.2",
  60. "rx": "4.1.0",
  61. "send": "0.16.2",
  62. "serve-index": "1.9.1",
  63. "serve-static": "1.13.2",
  64. "server-destroy": "1.0.1",
  65. "socket.io": "^4.4.1",
  66. "ua-parser-js": "1.0.2",
  67. "yargs": "^17.3.1"
  68. },
  69. "devDependencies": {
  70. "@types/node": "^8",
  71. "bs-snippet-injector": "^2.0.1",
  72. "chai": "^3",
  73. "chalk": "1.1.3",
  74. "generate-changelog": "^1.7.0",
  75. "graceful-fs": "4.1.9",
  76. "http2": "^3.3.6",
  77. "mocha": "^8.2.0",
  78. "prettier": "^1.9.2",
  79. "q": "1.4.1",
  80. "request": "^2",
  81. "requirejs": "^2.3.5",
  82. "rimraf": "2.5.4",
  83. "sinon": "^1",
  84. "socket.io-client": "^2.4.0",
  85. "source-map-support": "^0.5.0",
  86. "supertest": "^3",
  87. "typescript": "^4.6.2",
  88. "vinyl": "1.2.0"
  89. },
  90. "keywords": [
  91. "browser sync",
  92. "css",
  93. "live reload",
  94. "sync"
  95. ],
  96. "gitHead": "f6965a67277bdadfaa4943e7b90e4ed6a71e90af",
  97. "__npminstall_done": true,
  98. "_from": "browser-sync@2.27.10",
  99. "_resolved": "https://registry.npmmirror.com/browser-sync/-/browser-sync-2.27.10.tgz"
  100. }