Front end of the Slack clone application.

package.json 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "color-name@1.1.1",
  3. "_id": "color-name@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-SxQVMEz1ACjqgWQ2Q72C6gWANok=",
  6. "_location": "/color-name",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "color-name@1.1.1",
  12. "name": "color-name",
  13. "escapedName": "color-name",
  14. "rawSpec": "1.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "1.1.1"
  17. },
  18. "_requiredBy": [
  19. "/color-convert"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.1.tgz",
  22. "_shasum": "4b1415304cf50028ea81643643bd82ea05803689",
  23. "_spec": "color-name@1.1.1",
  24. "_where": "/Users/jaehoonp/zipteamUIv2/node_modules/color-convert",
  25. "author": {
  26. "name": "DY",
  27. "email": "dfcreative@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/dfcreative/color-name/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "A list of color names and it’s values",
  35. "files": [
  36. "index.js"
  37. ],
  38. "homepage": "https://github.com/dfcreative/color-name",
  39. "keywords": [
  40. "color-name",
  41. "color",
  42. "color-keyword",
  43. "keyword"
  44. ],
  45. "license": "MIT",
  46. "main": "index.js",
  47. "name": "color-name",
  48. "repository": {
  49. "type": "git",
  50. "url": "git+ssh://git@github.com/dfcreative/color-name.git"
  51. },
  52. "scripts": {
  53. "test": "node test.js"
  54. },
  55. "version": "1.1.1"
  56. }