Front end of the Slack clone application.

package.json 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_from": "superagent@^3.5.2",
  3. "_id": "superagent@3.8.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-GLQtLMCoEIK4eDv6OGtkOoSMt3D+oq0y3dsxMuYuDvaNUvuT8eFBuLmfR0iYYzHC1e8hpzC6ZsxbuP6DIalMFA==",
  6. "_location": "/superagent",
  7. "_phantomChildren": {
  8. "asynckit": "0.4.0",
  9. "combined-stream": "1.0.6",
  10. "mime-types": "2.1.19",
  11. "ms": "2.0.0"
  12. },
  13. "_requested": {
  14. "type": "range",
  15. "registry": true,
  16. "raw": "superagent@^3.5.2",
  17. "name": "superagent",
  18. "escapedName": "superagent",
  19. "rawSpec": "^3.5.2",
  20. "saveSpec": null,
  21. "fetchSpec": "^3.5.2"
  22. },
  23. "_requiredBy": [
  24. "/@ionic/cli-utils"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/superagent/-/superagent-3.8.3.tgz",
  27. "_shasum": "460ea0dbdb7d5b11bc4f78deba565f86a178e128",
  28. "_spec": "superagent@^3.5.2",
  29. "_where": "/Users/nicholasm/Labs/ZipTeamPurple-FrontEnd/node_modules/@ionic/cli-utils",
  30. "author": {
  31. "name": "TJ Holowaychuk",
  32. "email": "tj@vision-media.ca"
  33. },
  34. "browser": {
  35. "./lib/node/index.js": "./lib/client.js",
  36. "./test/support/server.js": "./test/support/blank.js"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/visionmedia/superagent/issues"
  40. },
  41. "bundleDependencies": false,
  42. "component": {
  43. "scripts": {
  44. "superagent": "lib/client.js"
  45. }
  46. },
  47. "contributors": [
  48. {
  49. "name": "Kornel Lesiński",
  50. "email": "kornel@geekhood.net"
  51. },
  52. {
  53. "name": "Peter Lyons",
  54. "email": "pete@peterlyons.com"
  55. },
  56. {
  57. "name": "Hunter Loftis",
  58. "email": "hunter@hunterloftis.com"
  59. }
  60. ],
  61. "dependencies": {
  62. "component-emitter": "^1.2.0",
  63. "cookiejar": "^2.1.0",
  64. "debug": "^3.1.0",
  65. "extend": "^3.0.0",
  66. "form-data": "^2.3.1",
  67. "formidable": "^1.2.0",
  68. "methods": "^1.1.1",
  69. "mime": "^1.4.1",
  70. "qs": "^6.5.1",
  71. "readable-stream": "^2.3.5"
  72. },
  73. "deprecated": false,
  74. "description": "elegant & feature rich browser / node HTTP with a fluent API",
  75. "devDependencies": {
  76. "Base64": "^1.0.1",
  77. "basic-auth-connect": "^1.0.0",
  78. "body-parser": "^1.18.2",
  79. "browserify": "^14.1.0",
  80. "cookie-parser": "^1.4.3",
  81. "express": "^4.16.3",
  82. "express-session": "^1.15.6",
  83. "marked": "0.3.12",
  84. "mocha": "^3.5.3",
  85. "multer": "^1.3.0",
  86. "should": "^11.2.0",
  87. "should-http": "^0.1.1",
  88. "zuul": "^3.11.1"
  89. },
  90. "engines": {
  91. "node": ">= 4.0"
  92. },
  93. "homepage": "https://github.com/visionmedia/superagent#readme",
  94. "keywords": [
  95. "http",
  96. "ajax",
  97. "request",
  98. "agent"
  99. ],
  100. "license": "MIT",
  101. "main": "./lib/node/index.js",
  102. "name": "superagent",
  103. "repository": {
  104. "type": "git",
  105. "url": "git://github.com/visionmedia/superagent.git"
  106. },
  107. "scripts": {
  108. "prepare": "make all",
  109. "test": "make test"
  110. },
  111. "version": "3.8.3"
  112. }