You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "name": "lib-jitsi-meet",
  3. "version": "0.0.0",
  4. "description": "JS library for accessing Jitsi server side deployments",
  5. "repository": {
  6. "type": "git",
  7. "url": "git://github.com/jitsi/lib-jitsi-meet"
  8. },
  9. "keywords": [
  10. "jingle",
  11. "webrtc",
  12. "xmpp",
  13. "browser",
  14. "jitsi"
  15. ],
  16. "author": "",
  17. "readmeFilename": "README.md",
  18. "dependencies": {
  19. "@jitsi/js-utils": "1.0.0",
  20. "@jitsi/sdp-interop": "1.0.3",
  21. "@jitsi/sdp-simulcast": "0.3.0",
  22. "async": "0.9.0",
  23. "base64-js": "1.3.1",
  24. "current-executing-script": "0.1.3",
  25. "jitsi-meet-logger": "github:jitsi/jitsi-meet-logger#5ec92357570dc8f0b7ffc1528820721c84c6af8b",
  26. "lodash.clonedeep": "4.5.0",
  27. "lodash.debounce": "4.0.8",
  28. "lodash.isequal": "4.5.0",
  29. "sdp-transform": "2.3.0",
  30. "strophe.js": "1.3.4",
  31. "strophejs-plugin-disco": "0.0.2",
  32. "strophejs-plugin-stream-management": "github:jitsi/strophejs-plugin-stream-management#001cf02bef2357234e1ac5d163611b4d60bf2b6a",
  33. "uuid": "8.1.0",
  34. "webrtc-adapter": "7.5.0"
  35. },
  36. "devDependencies": {
  37. "@babel/core": "7.5.5",
  38. "@babel/plugin-proposal-class-properties": "7.1.0",
  39. "@babel/plugin-proposal-export-namespace-from": "7.0.0",
  40. "@babel/plugin-transform-flow-strip-types": "7.0.0",
  41. "@babel/preset-env": "7.1.0",
  42. "@babel/preset-flow": "7.0.0",
  43. "babel-eslint": "10.0.1",
  44. "babel-loader": "8.0.4",
  45. "core-js": "2.5.1",
  46. "eslint": "5.6.1",
  47. "eslint-config-jitsi": "github:jitsi/eslint-config-jitsi#1.0.3",
  48. "eslint-plugin-flowtype": "2.50.3",
  49. "eslint-plugin-import": "2.20.2",
  50. "flow-bin": "0.104.0",
  51. "jasmine-core": "3.5.0",
  52. "karma": "5.1.1",
  53. "karma-chrome-launcher": "3.1.0",
  54. "karma-jasmine": "3.1.1",
  55. "karma-sourcemap-loader": "0.3.7",
  56. "karma-webpack": "4.0.2",
  57. "string-replace-loader": "2.1.1",
  58. "webpack": "4.43.0",
  59. "webpack-bundle-analyzer": "3.4.1",
  60. "webpack-cli": "3.3.11"
  61. },
  62. "scripts": {
  63. "lint": "eslint . && flow",
  64. "postinstall": "webpack -p",
  65. "test": "karma start karma.conf.js",
  66. "test-watch": "karma start karma.conf.js --no-single-run",
  67. "validate": "npm ls",
  68. "watch": "webpack --config webpack.config.js --watch --mode development"
  69. },
  70. "main": "./index.js",
  71. "license": "Apache-2.0"
  72. }