123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "name": "lib-jitsi-meet",
- "version": "0.0.0",
- "description": "JS library for accessing Jitsi server side deployments",
- "repository": {
- "type": "git",
- "url": "git://github.com/jitsi/lib-jitsi-meet"
- },
- "keywords": [
- "jingle",
- "webrtc",
- "xmpp",
- "browser",
- "jitsi"
- ],
- "author": "",
- "readmeFilename": "README.md",
- "dependencies": {
- "@jitsi/sdp-interop": "1.0.2",
- "@jitsi/sdp-simulcast": "0.3.0",
- "async": "0.9.0",
- "current-executing-script": "0.1.3",
- "jitsi-meet-logger": "github:jitsi/jitsi-meet-logger#5ec92357570dc8f0b7ffc1528820721c84c6af8b",
- "js-utils": "github:jitsi/js-utils#cf11996bd866fdb47326c59a5d3bc24be17282d4",
- "lodash.isequal": "4.5.0",
- "sdp-transform": "2.3.0",
- "strophe.js": "1.3.4",
- "strophejs-plugin-disco": "0.0.2",
- "strophejs-plugin-stream-management": "github:jitsi/strophejs-plugin-stream-management#e719a02b4f83856c1530882084a4b048ee622d45",
- "webrtc-adapter": "7.5.0"
- },
- "devDependencies": {
- "@babel/core": "7.5.5",
- "@babel/plugin-proposal-class-properties": "7.1.0",
- "@babel/plugin-proposal-export-namespace-from": "7.0.0",
- "@babel/plugin-transform-flow-strip-types": "7.0.0",
- "@babel/preset-env": "7.1.0",
- "@babel/preset-flow": "7.0.0",
- "babel-eslint": "10.0.1",
- "babel-loader": "8.0.4",
- "core-js": "2.5.1",
- "eslint": "4.12.1",
- "eslint-config-jitsi": "github:jitsi/eslint-config-jitsi#1.0.0",
- "eslint-plugin-flowtype": "2.39.1",
- "eslint-plugin-import": "2.8.0",
- "flow-bin": "0.104.0",
- "jasmine-core": "3.5.0",
- "karma": "4.4.1",
- "karma-chrome-launcher": "3.1.0",
- "karma-jasmine": "3.1.1",
- "karma-webpack": "4.0.2",
- "string-replace-loader": "2.1.1",
- "webpack": "4.43.0",
- "webpack-bundle-analyzer": "3.4.1",
- "webpack-cli": "3.3.11"
- },
- "scripts": {
- "lint": "eslint . && flow",
- "postinstall": "webpack -p",
- "test": "karma start karma.conf.js",
- "test-watch": "karma start karma.conf.js --no-single-run",
- "validate": "npm ls"
- },
- "main": "./index.js",
- "license": "Apache-2.0"
- }
|