39 lines
865 B
JSON
39 lines
865 B
JSON
{
|
|
"name": "jitsi-meet",
|
|
"version": "0.0.0",
|
|
"description": "A sample app for the Jitsi Videobridge",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/jitsi/jitsi-meet"
|
|
},
|
|
"keywords": [
|
|
"jingle",
|
|
"webrtc",
|
|
"xmpp",
|
|
"browser"
|
|
],
|
|
"author": "",
|
|
"readmeFilename": "README.md",
|
|
"//": "Callstats.io does not work with recent versions of jsSHA (2.0.1 in particular)",
|
|
"dependencies": {
|
|
"events": "*",
|
|
"pako": "*",
|
|
"i18next-client": "1.7.7",
|
|
"sdp-interop": "0.1.8",
|
|
"sdp-transform": "1.4.1",
|
|
"sdp-simulcast": "0.1.0",
|
|
"async": "0.9.0",
|
|
"retry": "0.6.1",
|
|
"jssha": "1.5.0",
|
|
"socket.io-client": "1.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"precommit-hook": "3.0.0"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"lint": "jshint ."
|
|
},
|
|
"pre-commit": ["lint"]
|
|
}
|