Front end of the Slack clone application.

package.json 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "right-align@^0.1.1",
  3. "_id": "right-align@0.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-YTObci/mo1FWiSENJOFMlhSGE+8=",
  6. "_location": "/right-align",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "right-align@^0.1.1",
  12. "name": "right-align",
  13. "escapedName": "right-align",
  14. "rawSpec": "^0.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.1"
  17. },
  18. "_requiredBy": [
  19. "/uglifyjs-webpack-plugin/cliui"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz",
  22. "_shasum": "61339b722fe6a3515689210d24e14c96148613ef",
  23. "_spec": "right-align@^0.1.1",
  24. "_where": "/Users/jaehoonp/zipteamUIv2/node_modules/uglifyjs-webpack-plugin/node_modules/cliui",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/right-align/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "align-text": "^0.1.1"
  35. },
  36. "deprecated": false,
  37. "description": "Right-align the text in a string.",
  38. "devDependencies": {
  39. "mocha": "*",
  40. "should": "*"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/jonschlinkert/right-align",
  49. "keywords": [
  50. "align",
  51. "align-center",
  52. "center",
  53. "center-align",
  54. "right",
  55. "right-align",
  56. "text",
  57. "typography"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "right-align",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/jonschlinkert/right-align.git"
  65. },
  66. "scripts": {
  67. "test": "mocha"
  68. },
  69. "version": "0.1.3"
  70. }