Front end of the Slack clone application.

package.json 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "minimatch@^3.0.2",
  3. "_id": "minimatch@3.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
  6. "_location": "/minimatch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "minimatch@^3.0.2",
  12. "name": "minimatch",
  13. "escapedName": "minimatch",
  14. "rawSpec": "^3.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.2"
  17. },
  18. "_requiredBy": [
  19. "/glob",
  20. "/globule",
  21. "/readdirp",
  22. "/true-case-path/glob",
  23. "/tslint"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
  26. "_shasum": "5166e286457f03306064be5497e8dbb0c3d32083",
  27. "_spec": "minimatch@^3.0.2",
  28. "_where": "/Users/jaehoonp/zipteamUIv2/node_modules/readdirp",
  29. "author": {
  30. "name": "Isaac Z. Schlueter",
  31. "email": "i@izs.me",
  32. "url": "http://blog.izs.me"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/isaacs/minimatch/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "brace-expansion": "^1.1.7"
  40. },
  41. "deprecated": false,
  42. "description": "a glob matcher in javascript",
  43. "devDependencies": {
  44. "tap": "^10.3.2"
  45. },
  46. "engines": {
  47. "node": "*"
  48. },
  49. "files": [
  50. "minimatch.js"
  51. ],
  52. "homepage": "https://github.com/isaacs/minimatch#readme",
  53. "license": "ISC",
  54. "main": "minimatch.js",
  55. "name": "minimatch",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/isaacs/minimatch.git"
  59. },
  60. "scripts": {
  61. "postpublish": "git push origin --all; git push origin --tags",
  62. "postversion": "npm publish",
  63. "preversion": "npm test",
  64. "test": "tap test/*.js --cov"
  65. },
  66. "version": "3.0.4"
  67. }