Front end of the Slack clone application.

package.json 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "sntp@1.x.x",
  3. "_id": "sntp@1.0.9",
  4. "_inBundle": false,
  5. "_integrity": "sha1-ZUEYTMkK7qbG57NeJlkIJEPGYZg=",
  6. "_location": "/sntp",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "sntp@1.x.x",
  12. "name": "sntp",
  13. "escapedName": "sntp",
  14. "rawSpec": "1.x.x",
  15. "saveSpec": null,
  16. "fetchSpec": "1.x.x"
  17. },
  18. "_requiredBy": [
  19. "/hawk"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz",
  22. "_shasum": "6541184cc90aeea6c6e7b35e2659082443c66198",
  23. "_spec": "sntp@1.x.x",
  24. "_where": "/Users/jaehoonp/zipteamUIv2/node_modules/hawk",
  25. "author": {
  26. "name": "Eran Hammer",
  27. "email": "eran@hammer.io",
  28. "url": "http://hueniverse.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/hueniverse/sntp/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [],
  35. "dependencies": {
  36. "hoek": "2.x.x"
  37. },
  38. "deprecated": false,
  39. "description": "SNTP Client",
  40. "devDependencies": {
  41. "lab": "4.x.x"
  42. },
  43. "engines": {
  44. "node": ">=0.8.0"
  45. },
  46. "homepage": "https://github.com/hueniverse/sntp#readme",
  47. "keywords": [
  48. "sntp",
  49. "ntp",
  50. "time"
  51. ],
  52. "licenses": [
  53. {
  54. "type": "BSD",
  55. "url": "http://github.com/hueniverse/sntp/raw/master/LICENSE"
  56. }
  57. ],
  58. "main": "index",
  59. "name": "sntp",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/hueniverse/sntp.git"
  63. },
  64. "scripts": {
  65. "test": "make test-cov"
  66. },
  67. "version": "1.0.9"
  68. }