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.

package.json 3.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "name": "jitsi-meet",
  3. "version": "0.0.0",
  4. "description": "A sample app for the Jitsi Videobridge",
  5. "repository": {
  6. "type": "git",
  7. "url": "git://github.com/jitsi/jitsi-meet"
  8. },
  9. "keywords": [
  10. "jingle",
  11. "webrtc",
  12. "xmpp",
  13. "browser"
  14. ],
  15. "author": "",
  16. "readmeFilename": "README.md",
  17. "//": "Callstats.io does not work with recent versions of jsSHA (2.0.1 in particular)",
  18. "dependencies": {
  19. "@atlassian/aui": "6.0.6",
  20. "async": "0.9.0",
  21. "autosize": "1.18.13",
  22. "bootstrap": "3.1.1",
  23. "es6-iterator": "2.0.0",
  24. "es6-symbol": "3.1.0",
  25. "i18next": "7.0.0",
  26. "i18next-browser-languagedetector": "1.0.1",
  27. "i18next-xhr-backend": "1.3.0",
  28. "jitsi-meet-logger": "jitsi/jitsi-meet-logger",
  29. "jquery": "2.1.4",
  30. "jquery-contextmenu": "2.4.3",
  31. "jquery-i18next": "1.1.0",
  32. "jQuery-Impromptu": "trentrichardson/jQuery-Impromptu#v6.0.0",
  33. "jquery-ui": "1.10.5",
  34. "jssha": "1.5.0",
  35. "jws": "3.1.4",
  36. "lib-jitsi-meet": "jitsi/lib-jitsi-meet",
  37. "postis": "2.2.0",
  38. "react": "15.4.2",
  39. "react-dom": "15.4.2",
  40. "react-i18next": "2.2.0",
  41. "react-native": "0.42.0",
  42. "react-native-background-timer": "1.0.0",
  43. "react-native-immersive": "0.0.4",
  44. "react-native-keep-awake": "2.0.2",
  45. "react-native-locale-detector": "1.0.1",
  46. "react-native-prompt": "1.0.0",
  47. "react-native-vector-icons": "4.0.0",
  48. "react-native-webrtc": "jitsi/react-native-webrtc",
  49. "react-redux": "5.0.3",
  50. "redux": "3.6.0",
  51. "redux-thunk": "2.2.0",
  52. "retry": "0.6.1",
  53. "strophe": "1.2.4",
  54. "strophejs-plugins": "0.0.7",
  55. "toastr": "2.1.2",
  56. "url-polyfill": "github/url-polyfill",
  57. "xmldom": "0.1.27"
  58. },
  59. "devDependencies": {
  60. "babel-core": "6.23.1",
  61. "babel-eslint": "7.1.1",
  62. "babel-loader": "6.3.2",
  63. "babel-polyfill": "6.23.0",
  64. "babel-preset-es2015": "6.22.0",
  65. "babel-preset-react": "6.23.0",
  66. "babel-preset-stage-1": "6.22.0",
  67. "clean-css": "3.4.25",
  68. "css-loader": "0.26.2",
  69. "eslint": "3.16.1",
  70. "eslint-plugin-flowtype": "2.30.0",
  71. "eslint-plugin-import": "2.2.0",
  72. "eslint-plugin-jsdoc": "2.4.0",
  73. "eslint-plugin-react": "6.10.0",
  74. "eslint-plugin-react-native": "2.2.1",
  75. "expose-loader": "0.7.1",
  76. "file-loader": "0.10.1",
  77. "flow-bin": "0.38.0",
  78. "haste-resolver-webpack-plugin": "0.2.2",
  79. "imports-loader": "0.7.1",
  80. "jshint": "2.9.4",
  81. "json-loader": "0.5.4",
  82. "node-sass": "3.13.1",
  83. "precommit-hook": "3.0.0",
  84. "string-replace-loader": "1.0.5",
  85. "style-loader": "0.13.2",
  86. "webpack": "1.14.0",
  87. "webpack-dev-server": "1.16.3"
  88. },
  89. "license": "Apache-2.0",
  90. "scripts": {
  91. "lint": "jshint . && eslint . && flow",
  92. "validate": "npm ls"
  93. },
  94. "pre-commit": [
  95. "lint"
  96. ],
  97. "browser": {
  98. "aui": "@atlassian/aui/lib/js/aui.js",
  99. "aui-css": "./node_modules/@atlassian/aui/dist/aui/css/aui.min.css",
  100. "aui-experimental": "@atlassian/aui/lib/js/aui-experimental.js",
  101. "aui-experimental-css": "./node_modules/@atlassian/aui/dist/aui/css/aui-experimental.min.css",
  102. "autosize": "./node_modules/autosize/build/jquery.autosize.js",
  103. "jQuery-Impromptu": "jQuery-Impromptu/src/jquery-impromptu.js",
  104. "popover": "./node_modules/bootstrap/js/popover.js",
  105. "strophe-disco": "./node_modules/strophejs-plugins/disco/strophe.disco.js",
  106. "tooltip": "./node_modules/bootstrap/js/tooltip.js"
  107. }
  108. }