Front end of the Slack clone application.

package.json 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "ws@3.3.2",
  3. "_id": "ws@3.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-t+WGpsNxhMR4v6EClXS8r8km5ZljKJzyGhJf7goJz9k5Ye3+b5Bvno5rjqPuIBn5mnn5GBb7o8IrIWHxX1qOLQ==",
  6. "_location": "/ws",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "ws@3.3.2",
  12. "name": "ws",
  13. "escapedName": "ws",
  14. "rawSpec": "3.3.2",
  15. "saveSpec": null,
  16. "fetchSpec": "3.3.2"
  17. },
  18. "_requiredBy": [
  19. "/@ionic/app-scripts"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ws/-/ws-3.3.2.tgz",
  22. "_shasum": "96c1d08b3fefda1d5c1e33700d3bfaa9be2d5608",
  23. "_spec": "ws@3.3.2",
  24. "_where": "/Users/jaehoonp/zipteamUIv2/node_modules/@ionic/app-scripts",
  25. "author": {
  26. "name": "Einar Otto Stangvik",
  27. "email": "einaros@gmail.com",
  28. "url": "http://2x.io"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/websockets/ws/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "async-limiter": "~1.0.0",
  36. "safe-buffer": "~5.1.0",
  37. "ultron": "~1.1.0"
  38. },
  39. "deprecated": false,
  40. "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
  41. "devDependencies": {
  42. "benchmark": "~2.1.2",
  43. "bufferutil": "~3.0.0",
  44. "eslint": "~4.11.0",
  45. "eslint-config-standard": "~10.2.0",
  46. "eslint-plugin-import": "~2.8.0",
  47. "eslint-plugin-node": "~5.2.0",
  48. "eslint-plugin-promise": "~3.6.0",
  49. "eslint-plugin-standard": "~3.0.0",
  50. "mocha": "~4.0.0",
  51. "nyc": "~11.3.0",
  52. "utf-8-validate": "~3.0.0"
  53. },
  54. "files": [
  55. "index.js",
  56. "lib"
  57. ],
  58. "homepage": "https://github.com/websockets/ws",
  59. "keywords": [
  60. "HyBi",
  61. "Push",
  62. "RFC-6455",
  63. "WebSocket",
  64. "WebSockets",
  65. "real-time"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "ws",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/websockets/ws.git"
  73. },
  74. "scripts": {
  75. "integration": "eslint . && mocha test/*.integration.js",
  76. "lint": "eslint .",
  77. "test": "eslint . && nyc --reporter=html --reporter=text mocha test/*.test.js"
  78. },
  79. "version": "3.3.2"
  80. }