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 992B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. "events": "*",
  20. "pako": "*",
  21. "i18next-client": "1.7.7",
  22. "sdp-interop": "0.1.9",
  23. "sdp-transform": "1.4.1",
  24. "sdp-simulcast": "0.1.0",
  25. "async": "0.9.0",
  26. "retry": "0.6.1",
  27. "jssha": "1.5.0",
  28. "socket.io-client": "1.3.6"
  29. },
  30. "devDependencies": {
  31. "precommit-hook": "3.0.0",
  32. "jshint": "2.8.0",
  33. "uglify-js": "2.4.24",
  34. "browserify": "11.1.x",
  35. "exorcist": "*"
  36. },
  37. "license": "Apache-2.0",
  38. "scripts": {
  39. "lint": "./node_modules/.bin/jshint ."
  40. },
  41. "pre-commit": ["lint"]
  42. }