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.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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-client": "1.7.7",
  25. "jQuery-Impromptu": "trentrichardson/jQuery-Impromptu#v6.0.0",
  26. "jquery": "~2.1.1",
  27. "jquery-contextmenu": "*",
  28. "jquery-ui": "1.10.5",
  29. "jssha": "1.5.0",
  30. "jws": "*",
  31. "lib-jitsi-meet": "jitsi/lib-jitsi-meet",
  32. "postis": "^2.2.0",
  33. "retry": "0.6.1",
  34. "strophe": "^1.2.2",
  35. "strophejs-plugins": "^0.0.6",
  36. "toastr": "^2.0.3"
  37. },
  38. "devDependencies": {
  39. "babel-core": "*",
  40. "babel-loader": "*",
  41. "babel-polyfill": "*",
  42. "babel-preset-es2015": "6.14.0",
  43. "clean-css": "*",
  44. "css-loader": "*",
  45. "eslint": "*",
  46. "expose-loader": "*",
  47. "file-loader": "*",
  48. "imports-loader": "*",
  49. "jshint": "2.8.0",
  50. "node-sass": "^3.8.0",
  51. "precommit-hook": "3.0.0",
  52. "string-replace-loader": "*",
  53. "style-loader": "*",
  54. "webpack": "*"
  55. },
  56. "license": "Apache-2.0",
  57. "scripts": {
  58. "lint": "jshint . && eslint .",
  59. "validate": "npm ls"
  60. },
  61. "pre-commit": [
  62. "lint"
  63. ],
  64. "browser": {
  65. "aui-css": "./node_modules/@atlassian/aui/dist/aui/css/aui.min.css",
  66. "aui-experimental-css": "./node_modules/@atlassian/aui/dist/aui/css/aui-experimental.min.css",
  67. "autosize": "./node_modules/autosize/build/jquery.autosize.js",
  68. "popover": "./node_modules/bootstrap/js/popover.js",
  69. "strophe-disco": "./node_modules/strophejs-plugins/disco/strophe.disco.js",
  70. "strophe-caps": "./node_modules/strophejs-plugins/caps/strophe.caps.jsonly.js",
  71. "tooltip": "./node_modules/bootstrap/js/tooltip.js"
  72. }
  73. }