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 2.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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.0",
  20. "async": "0.9.0",
  21. "autosize": "^1.18.13",
  22. "bootstrap": "3.1.1",
  23. "events": "*",
  24. "haste-resolver-webpack-plugin": "^0.2.2",
  25. "i18next": "3.4.4",
  26. "i18next-xhr-backend": "1.1.0",
  27. "jquery": "~2.1.1",
  28. "jquery-contextmenu": "*",
  29. "jquery-i18next": "1.1.0",
  30. "jQuery-Impromptu": "trentrichardson/jQuery-Impromptu#v6.0.0",
  31. "jquery-ui": "1.10.5",
  32. "json-loader": "0.5.4",
  33. "jssha": "1.5.0",
  34. "jws": "*",
  35. "lib-jitsi-meet": "jitsi/lib-jitsi-meet",
  36. "postis": "^2.2.0",
  37. "react": "15.3.2",
  38. "react-dom": "15.3.2",
  39. "react-native": "0.37.0",
  40. "react-native-vector-icons": "^2.0.3",
  41. "react-native-webrtc": "jitsi/react-native-webrtc",
  42. "react-redux": "^4.4.6",
  43. "react-router": "^3.0.0",
  44. "react-router-redux": "^4.0.7",
  45. "redux": "^3.5.2",
  46. "redux-thunk": "^2.1.0",
  47. "retry": "0.6.1",
  48. "strophe": "^1.2.2",
  49. "strophejs-plugins": "^0.0.6",
  50. "toastr": "^2.0.3",
  51. "url-polyfill": "github/url-polyfill",
  52. "xmldom": "^0.1.22"
  53. },
  54. "devDependencies": {
  55. "babel-core": "*",
  56. "babel-loader": "^6.2.8",
  57. "babel-polyfill": "*",
  58. "babel-preset-es2015": "6.14.0",
  59. "babel-preset-react": "^6.16.0",
  60. "babel-preset-stage-1": "^6.16.0",
  61. "clean-css": "*",
  62. "css-loader": "*",
  63. "eslint": ">=3",
  64. "eslint-plugin-jsdoc": "*",
  65. "eslint-plugin-react": "*",
  66. "eslint-plugin-react-native": "*",
  67. "expose-loader": "*",
  68. "file-loader": "*",
  69. "imports-loader": "*",
  70. "jshint": "2.8.0",
  71. "node-sass": "^3.8.0",
  72. "precommit-hook": "3.0.0",
  73. "string-replace-loader": "*",
  74. "style-loader": "*",
  75. "webpack": "*"
  76. },
  77. "license": "Apache-2.0",
  78. "scripts": {
  79. "lint": "jshint . && eslint .",
  80. "validate": "npm ls"
  81. },
  82. "pre-commit": [
  83. "lint"
  84. ],
  85. "browser": {
  86. "aui-css": "./node_modules/@atlassian/aui/dist/aui/css/aui.min.css",
  87. "aui-experimental-css": "./node_modules/@atlassian/aui/dist/aui/css/aui-experimental.min.css",
  88. "autosize": "./node_modules/autosize/build/jquery.autosize.js",
  89. "popover": "./node_modules/bootstrap/js/popover.js",
  90. "strophe-disco": "./node_modules/strophejs-plugins/disco/strophe.disco.js",
  91. "strophe-caps": "./node_modules/strophejs-plugins/caps/strophe.caps.jsonly.js",
  92. "tooltip": "./node_modules/bootstrap/js/tooltip.js"
  93. }
  94. }