Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

package.json 2.5KB

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