Front end of the Slack clone application.

package.json 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "boom@2.x.x",
  3. "_id": "boom@2.10.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8=",
  6. "_location": "/boom",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "boom@2.x.x",
  12. "name": "boom",
  13. "escapedName": "boom",
  14. "rawSpec": "2.x.x",
  15. "saveSpec": null,
  16. "fetchSpec": "2.x.x"
  17. },
  18. "_requiredBy": [
  19. "/cryptiles",
  20. "/hawk"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz",
  23. "_shasum": "39c8918ceff5799f83f9492a848f625add0c766f",
  24. "_spec": "boom@2.x.x",
  25. "_where": "/Users/jaehoonp/zipteamUIv2/node_modules/hawk",
  26. "bugs": {
  27. "url": "https://github.com/hapijs/boom/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "hoek": "2.x.x"
  32. },
  33. "deprecated": false,
  34. "description": "HTTP-friendly error objects",
  35. "devDependencies": {
  36. "code": "1.x.x",
  37. "lab": "7.x.x"
  38. },
  39. "engines": {
  40. "node": ">=0.10.40"
  41. },
  42. "homepage": "https://github.com/hapijs/boom#readme",
  43. "keywords": [
  44. "error",
  45. "http"
  46. ],
  47. "license": "BSD-3-Clause",
  48. "main": "lib/index.js",
  49. "name": "boom",
  50. "repository": {
  51. "type": "git",
  52. "url": "git://github.com/hapijs/boom.git"
  53. },
  54. "scripts": {
  55. "test": "lab -a code -t 100 -L",
  56. "test-cov-html": "lab -a code -r html -o coverage.html -L"
  57. },
  58. "version": "2.10.1"
  59. }