123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- {
- "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": {
- "@atlassian/aui": "6.0.6",
- "@atlaskit/button": "1.0.3",
- "@atlaskit/button-group": "1.0.0",
- "@atlaskit/modal-dialog": "1.2.4",
- "@atlaskit/tabs": "1.2.5",
- "async": "0.9.0",
- "autosize": "1.18.13",
- "bootstrap": "3.1.1",
- "es6-iterator": "2.0.1",
- "es6-symbol": "3.1.1",
- "i18next": "7.1.3",
- "i18next-browser-languagedetector": "1.0.1",
- "i18next-xhr-backend": "1.4.1",
- "jitsi-meet-logger": "jitsi/jitsi-meet-logger",
- "jquery": "2.1.4",
- "jquery-contextmenu": "2.4.3",
- "jquery-i18next": "1.2.0",
- "jQuery-Impromptu": "trentrichardson/jQuery-Impromptu#v6.0.0",
- "jquery-ui": "1.10.5",
- "jssha": "1.5.0",
- "jws": "3.1.4",
- "lib-jitsi-meet": "jitsi/lib-jitsi-meet",
- "postis": "2.2.0",
- "react": "15.4.2",
- "react-dom": "15.4.2",
- "react-i18next": "2.2.3",
- "react-native": "0.42.3",
- "react-native-background-timer": "1.0.0",
- "react-native-immersive": "0.0.4",
- "react-native-keep-awake": "2.0.3",
- "react-native-locale-detector": "1.0.1",
- "react-native-prompt": "1.0.0",
- "react-native-vector-icons": "4.0.0",
- "react-native-webrtc": "jitsi/react-native-webrtc",
- "react-redux": "5.0.3",
- "redux": "3.6.0",
- "redux-thunk": "2.2.0",
- "retry": "0.6.1",
- "strophe": "1.2.4",
- "strophejs-plugins": "0.0.7",
- "styled-components": "1.3.0",
- "toastr": "2.1.2",
- "url-polyfill": "github/url-polyfill",
- "xmldom": "0.1.27"
- },
- "devDependencies": {
- "babel-core": "6.24.0",
- "babel-eslint": "7.2.1",
- "babel-loader": "6.4.1",
- "babel-polyfill": "6.23.0",
- "babel-preset-es2015": "6.24.0",
- "babel-preset-react": "6.23.0",
- "babel-preset-stage-1": "6.22.0",
- "clean-css": "3.4.25",
- "css-loader": "0.28.0",
- "eslint": "3.18.0",
- "eslint-plugin-flowtype": "2.30.4",
- "eslint-plugin-import": "2.2.0",
- "eslint-plugin-jsdoc": "3.0.0",
- "eslint-plugin-react": "6.10.3",
- "eslint-plugin-react-native": "2.3.1",
- "expose-loader": "0.7.3",
- "file-loader": "0.10.1",
- "flow-bin": "0.38.0",
- "haste-resolver-webpack-plugin": "0.2.2",
- "imports-loader": "0.7.1",
- "jshint": "2.9.4",
- "json-loader": "0.5.4",
- "node-sass": "3.13.1",
- "precommit-hook": "3.0.0",
- "string-replace-loader": "1.1.0",
- "style-loader": "0.16.1",
- "webpack": "1.14.0",
- "webpack-dev-server": "1.16.3"
- },
- "license": "Apache-2.0",
- "scripts": {
- "lint": "jshint . && eslint . && flow",
- "validate": "npm ls"
- },
- "pre-commit": [
- "lint"
- ],
- "browser": {
- "aui": "@atlassian/aui/lib/js/aui.js",
- "aui-css": "./node_modules/@atlassian/aui/dist/aui/css/aui.min.css",
- "aui-experimental": "@atlassian/aui/lib/js/aui-experimental.js",
- "aui-experimental-css": "./node_modules/@atlassian/aui/dist/aui/css/aui-experimental.min.css",
- "autosize": "./node_modules/autosize/build/jquery.autosize.js",
- "jQuery-Impromptu": "jQuery-Impromptu/src/jquery-impromptu.js",
- "popover": "./node_modules/bootstrap/js/popover.js",
- "strophe-disco": "./node_modules/strophejs-plugins/disco/strophe.disco.js",
- "tooltip": "./node_modules/bootstrap/js/tooltip.js"
- }
- }
|