Front end of the Slack clone application.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "hawk@~3.1.3",
  3. "_id": "hawk@3.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-B4REvXwWQLD+VA0sm3PVlnjo4cQ=",
  6. "_location": "/hawk",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "hawk@~3.1.3",
  12. "name": "hawk",
  13. "escapedName": "hawk",
  14. "rawSpec": "~3.1.3",
  15. "saveSpec": null,
  16. "fetchSpec": "~3.1.3"
  17. },
  18. "_requiredBy": [
  19. "/request"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz",
  22. "_shasum": "078444bd7c1640b0fe540d2c9b73d59678e8e1c4",
  23. "_spec": "hawk@~3.1.3",
  24. "_where": "/Users/jaehoonp/zipteamUIv2/node_modules/request",
  25. "author": {
  26. "name": "Eran Hammer",
  27. "email": "eran@hammer.io",
  28. "url": "http://hueniverse.com"
  29. },
  30. "browser": "./lib/browser.js",
  31. "bugs": {
  32. "url": "https://github.com/hueniverse/hawk/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [],
  36. "dependencies": {
  37. "boom": "2.x.x",
  38. "cryptiles": "2.x.x",
  39. "hoek": "2.x.x",
  40. "sntp": "1.x.x"
  41. },
  42. "deprecated": false,
  43. "description": "HTTP Hawk Authentication Scheme",
  44. "devDependencies": {
  45. "code": "1.x.x",
  46. "lab": "5.x.x"
  47. },
  48. "engines": {
  49. "node": ">=0.10.32"
  50. },
  51. "homepage": "https://github.com/hueniverse/hawk#readme",
  52. "keywords": [
  53. "http",
  54. "authentication",
  55. "scheme",
  56. "hawk"
  57. ],
  58. "license": "BSD-3-Clause",
  59. "main": "lib/index.js",
  60. "name": "hawk",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/hueniverse/hawk.git"
  64. },
  65. "scripts": {
  66. "test": "lab -a code -t 100 -L",
  67. "test-cov-html": "lab -a code -r html -o coverage.html"
  68. },
  69. "version": "3.1.3"
  70. }