Front end of the Slack clone application.

package.json 2.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "neo-async@^2.5.0",
  3. "_id": "neo-async@2.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3KL3fvuRkZ7s4IFOMfztb7zJp3QaVWnBeGoJlgB38XnCRPj/0tLzzLG5IB8NYOHbJ8g8UGrgZv44GLDk6CxTxA==",
  6. "_location": "/neo-async",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "neo-async@^2.5.0",
  12. "name": "neo-async",
  13. "escapedName": "neo-async",
  14. "rawSpec": "^2.5.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.5.0"
  17. },
  18. "_requiredBy": [
  19. "/watchpack"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.5.1.tgz",
  22. "_shasum": "acb909e327b1e87ec9ef15f41b8a269512ad41ee",
  23. "_spec": "neo-async@^2.5.0",
  24. "_where": "/Users/jaehoonp/zipteamUIv2/node_modules/watchpack",
  25. "browser": "async.min.js",
  26. "bugs": {
  27. "url": "https://github.com/suguru03/neo-async/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {},
  31. "deprecated": false,
  32. "description": "Neo-Async is thought to be used as a drop-in replacement for Async, it almost fully covers its functionality and runs faster ",
  33. "devDependencies": {
  34. "aigle": "^1.8.1",
  35. "async": "^2.6.0",
  36. "benchmark": "^2.1.1",
  37. "bluebird": "^3.5.1",
  38. "changelog-generator": "0.0.4",
  39. "codecov.io": "^0.1.6",
  40. "event-stream": "^3.3.3",
  41. "fs-extra": "^4.0.2",
  42. "func-comparator": "^0.7.2",
  43. "gulp": "^3.9.1",
  44. "gulp-bump": "^2.8.0",
  45. "gulp-exit": "0.0.2",
  46. "gulp-git": "^2.4.2",
  47. "gulp-jsbeautifier": "^2.1.1",
  48. "gulp-jscs": "^4.0.0",
  49. "gulp-mocha": "^4.2.0",
  50. "gulp-tag-version": "^1.3.0",
  51. "gulp-util": "^3.0.7",
  52. "istanbul": "^0.4.3",
  53. "jsdoc": "^3.5.5",
  54. "jshint": "^2.9.5",
  55. "lodash": "^4.16.6",
  56. "minimist": "^1.2.0",
  57. "mocha": "^3.5.3",
  58. "mocha-parallel-executor": "^0.3.0",
  59. "mocha.parallel": "^0.15.3",
  60. "require-dir": "^0.3.0",
  61. "run-sequence": "^1.2.2"
  62. },
  63. "homepage": "https://github.com/suguru03/neo-async",
  64. "keywords": [
  65. "async",
  66. "util"
  67. ],
  68. "license": "MIT",
  69. "main": "async.js",
  70. "name": "neo-async",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+ssh://git@github.com/suguru03/neo-async.git"
  74. },
  75. "version": "2.5.1"
  76. }