Front end of the Slack clone application.

package.json 1.3KB

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