Front end of the Slack clone application.

package.json 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "xtend@>=4.0.0 <4.1.0-0",
  3. "_id": "xtend@4.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68=",
  6. "_location": "/xtend",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "xtend@>=4.0.0 <4.1.0-0",
  12. "name": "xtend",
  13. "escapedName": "xtend",
  14. "rawSpec": ">=4.0.0 <4.1.0-0",
  15. "saveSpec": null,
  16. "fetchSpec": ">=4.0.0 <4.1.0-0"
  17. },
  18. "_requiredBy": [
  19. "/error",
  20. "/is-my-json-valid",
  21. "/stream-http",
  22. "/through2"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz",
  25. "_shasum": "a5c6d532be656e23db820efb943a1f04998d63af",
  26. "_spec": "xtend@>=4.0.0 <4.1.0-0",
  27. "_where": "/Users/jaehoonp/zipteamUIv2/node_modules/through2",
  28. "author": {
  29. "name": "Raynos",
  30. "email": "raynos2@gmail.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/Raynos/xtend/issues",
  34. "email": "raynos2@gmail.com"
  35. },
  36. "bundleDependencies": false,
  37. "contributors": [
  38. {
  39. "name": "Jake Verbaten"
  40. },
  41. {
  42. "name": "Matt Esch"
  43. }
  44. ],
  45. "dependencies": {},
  46. "deprecated": false,
  47. "description": "extend like a boss",
  48. "devDependencies": {
  49. "tape": "~1.1.0"
  50. },
  51. "engines": {
  52. "node": ">=0.4"
  53. },
  54. "homepage": "https://github.com/Raynos/xtend",
  55. "keywords": [
  56. "extend",
  57. "merge",
  58. "options",
  59. "opts",
  60. "object",
  61. "array"
  62. ],
  63. "license": "MIT",
  64. "main": "immutable",
  65. "name": "xtend",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/Raynos/xtend.git"
  69. },
  70. "scripts": {
  71. "test": "node test"
  72. },
  73. "testling": {
  74. "files": "test.js",
  75. "browsers": [
  76. "ie/7..latest",
  77. "firefox/16..latest",
  78. "firefox/nightly",
  79. "chrome/22..latest",
  80. "chrome/canary",
  81. "opera/12..latest",
  82. "opera/next",
  83. "safari/5.1..latest",
  84. "ipad/6.0..latest",
  85. "iphone/6.0..latest"
  86. ]
  87. },
  88. "version": "4.0.1"
  89. }