Front end of the Slack clone application.

package.json 2.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "sw-toolbox@3.6.0",
  3. "_id": "sw-toolbox@3.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Jt8dHHA0hljk3qKIQxkUm3sxg7U=",
  6. "_location": "/sw-toolbox",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "sw-toolbox@3.6.0",
  12. "name": "sw-toolbox",
  13. "escapedName": "sw-toolbox",
  14. "rawSpec": "3.6.0",
  15. "saveSpec": null,
  16. "fetchSpec": "3.6.0"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/sw-toolbox/-/sw-toolbox-3.6.0.tgz",
  22. "_shasum": "26df1d1c70348658e4dea2884319149b7b3183b5",
  23. "_spec": "sw-toolbox@3.6.0",
  24. "_where": "/Users/jaehoonp/zipteamUIv2",
  25. "bugs": {
  26. "url": "https://github.com/GoogleChrome/sw-toolbox/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "path-to-regexp": "^1.0.1",
  31. "serviceworker-cache-polyfill": "^4.0.0"
  32. },
  33. "deprecated": false,
  34. "description": "Service Worker Toolbox provides some simple helpers for use in creating your own service workers.",
  35. "devDependencies": {
  36. "browserify": "^13.1.0",
  37. "chai": "^3.4.1",
  38. "chromedriver": "^2.27.2",
  39. "cookie-parser": "^1.4.1",
  40. "eslint": "^3.13.1",
  41. "eslint-config-google": "^0.7.1",
  42. "express": "^4.13.3",
  43. "geckodriver": "^1.3.0",
  44. "gulp": "^3.9.0",
  45. "gulp-eslint": "^3.0.1",
  46. "gulp-gh-pages": "^0.5.4",
  47. "gulp-header": "^1.8.8",
  48. "gulp-sourcemaps": "^2.3.1",
  49. "gulp-uglify": "^2.0.0",
  50. "jsdoc": "^3.4.0",
  51. "mocha": "^3.2.0",
  52. "npm-publish-scripts": "^4.1.0",
  53. "operadriver": "^1.0.0",
  54. "selenium-assistant": "^5.0.2",
  55. "sw-testing-helpers": "1.0.1",
  56. "temp": "^0.8.3",
  57. "vinyl-buffer": "^1.0.0",
  58. "vinyl-source-stream": "^1.1.0",
  59. "which": "^1.2.4"
  60. },
  61. "files": [
  62. "lib/",
  63. "companion.js",
  64. "sw-toolbox.js",
  65. "sw-toolbox.js.map",
  66. "index.d.ts"
  67. ],
  68. "homepage": "https://github.com/GoogleChrome/sw-toolbox#readme",
  69. "license": "Apache-2.0",
  70. "main": "lib/sw-toolbox.js",
  71. "name": "sw-toolbox",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/GoogleChrome/sw-toolbox.git"
  75. },
  76. "scripts": {
  77. "build": "gulp default",
  78. "publish-release": "npm-publish-scripts publish-release",
  79. "test": "gulp lint default && node ./test/helpers/download-browsers.js && mocha"
  80. },
  81. "version": "3.6.0"
  82. }