Front end of the Slack clone application.

package.json 1.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "y18n@^3.2.1",
  3. "_id": "y18n@3.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-bRX7qITAhnnA136I53WegR4H+kE=",
  6. "_location": "/y18n",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "y18n@^3.2.1",
  12. "name": "y18n",
  13. "escapedName": "y18n",
  14. "rawSpec": "^3.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.2.1"
  17. },
  18. "_requiredBy": [
  19. "/webpack/yargs",
  20. "/yargs"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz",
  23. "_shasum": "6d15fba884c08679c0d77e88e7759e811e07fa41",
  24. "_spec": "y18n@^3.2.1",
  25. "_where": "/Users/jaehoonp/zipteamUIv2/node_modules/yargs",
  26. "author": {
  27. "name": "Ben Coe",
  28. "email": "ben@npmjs.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/yargs/y18n/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "the bare-bones internationalization library used by yargs",
  36. "devDependencies": {
  37. "chai": "^3.4.1",
  38. "coveralls": "^2.11.6",
  39. "mocha": "^2.3.4",
  40. "nyc": "^6.1.1",
  41. "rimraf": "^2.5.0",
  42. "standard": "^5.4.1"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/yargs/y18n",
  48. "keywords": [
  49. "i18n",
  50. "internationalization",
  51. "yargs"
  52. ],
  53. "license": "ISC",
  54. "main": "index.js",
  55. "name": "y18n",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+ssh://git@github.com/yargs/y18n.git"
  59. },
  60. "scripts": {
  61. "coverage": "nyc report --reporter=text-lcov | coveralls",
  62. "pretest": "standard",
  63. "test": "nyc mocha"
  64. },
  65. "version": "3.2.1"
  66. }