jiti-meet/package.json

108 lines
3.3 KiB
JSON
Raw Normal View History

2014-04-13 12:25:47 +00:00
{
"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",
2015-08-13 14:31:50 +00:00
"//": "Callstats.io does not work with recent versions of jsSHA (2.0.1 in particular)",
2014-04-13 12:25:47 +00:00
"dependencies": {
2016-09-16 03:22:56 +00:00
"@atlassian/aui": "^6.0.0",
2015-09-10 17:15:56 +00:00
"async": "0.9.0",
"autosize": "^1.18.13",
"bootstrap": "3.1.1",
"es6-iterator": "2.0.0",
"i18next": "7.0.0",
"i18next-browser-languagedetector": "1.0.1",
"i18next-xhr-backend": "1.3.0",
2016-11-11 15:00:54 +00:00
"jitsi-meet-logger": "jitsi/jitsi-meet-logger",
2016-09-15 02:20:54 +00:00
"jquery": "~2.1.1",
"jquery-contextmenu": "*",
"jquery-i18next": "1.1.0",
"jQuery-Impromptu": "trentrichardson/jQuery-Impromptu#v6.0.0",
"jquery-ui": "1.10.5",
2015-09-10 17:15:56 +00:00
"jssha": "1.5.0",
2016-09-15 02:20:54 +00:00
"jws": "*",
2016-09-22 05:57:22 +00:00
"lib-jitsi-meet": "jitsi/lib-jitsi-meet",
2016-09-15 02:20:54 +00:00
"postis": "^2.2.0",
"react": "15.4.2",
"react-dom": "15.4.2",
"react-i18next": "2.2.0",
2017-02-06 14:46:25 +00:00
"react-native": "0.41.2",
"react-native-background-timer": "1.0.0",
"react-native-immersive": "0.0.4",
2017-01-26 15:39:20 +00:00
"react-native-keep-awake": "^2.0.2",
2017-03-01 02:55:12 +00:00
"react-native-locale-detector": "1.0.1",
2016-12-12 01:02:50 +00:00
"react-native-prompt": "^1.0.0",
2017-01-22 18:18:14 +00:00
"react-native-vector-icons": "^4.0.0",
"react-native-webrtc": "jitsi/react-native-webrtc",
"react-redux": "^5.0.2",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0",
2015-09-10 17:15:56 +00:00
"retry": "0.6.1",
"strophe": "1.2.4",
"strophejs-plugins": "0.0.7",
"toastr": "^2.0.3",
"url-polyfill": "github/url-polyfill",
2016-11-29 02:05:15 +00:00
"xmldom": "^0.1.27"
},
"devDependencies": {
2016-12-12 01:10:06 +00:00
"babel-core": "^6.18.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
2016-09-02 09:53:22 +00:00
"babel-polyfill": "*",
2016-11-29 02:05:15 +00:00
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-1": "^6.16.0",
"clean-css": "^3.0.0",
2016-09-22 05:57:22 +00:00
"css-loader": "*",
2017-02-06 14:47:13 +00:00
"eslint": "^3.15.0",
2017-02-03 18:50:06 +00:00
"eslint-plugin-flowtype": "^2.30.0",
2017-02-03 16:17:20 +00:00
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsdoc": "*",
"eslint-plugin-react": "*",
"eslint-plugin-react-native": "^2.2.1",
"expose-loader": "0.7.1",
2017-02-06 14:47:40 +00:00
"file-loader": "^0.10.0",
2017-02-06 14:46:25 +00:00
"flow-bin": "^0.37.0",
2016-11-29 02:05:15 +00:00
"haste-resolver-webpack-plugin": "^0.2.2",
2016-09-22 05:57:22 +00:00
"imports-loader": "*",
2016-12-12 01:10:06 +00:00
"jshint": "2.9.4",
2016-12-02 16:11:47 +00:00
"json-loader": "0.5.4",
2016-09-02 09:53:22 +00:00
"node-sass": "^3.8.0",
2015-09-10 17:15:56 +00:00
"precommit-hook": "3.0.0",
"string-replace-loader": "*",
2016-09-22 05:57:22 +00:00
"style-loader": "*",
2016-12-09 01:17:49 +00:00
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
2014-04-13 12:25:47 +00:00
},
"license": "Apache-2.0",
"scripts": {
"lint": "jshint . && eslint . && flow",
2015-09-10 17:15:56 +00:00
"validate": "npm ls"
2014-04-13 12:25:47 +00:00
},
2015-09-10 17:15:56 +00:00
"pre-commit": [
"lint"
],
"browser": {
"aui": "@atlassian/aui/lib/js/aui.js",
2016-09-22 05:57:22 +00:00
"aui-css": "./node_modules/@atlassian/aui/dist/aui/css/aui.min.css",
"aui-experimental": "@atlassian/aui/lib/js/aui-experimental.js",
2016-09-22 05:57:22 +00:00
"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",
2016-09-22 05:57:22 +00:00
"popover": "./node_modules/bootstrap/js/popover.js",
2015-09-10 17:15:56 +00:00
"strophe-disco": "./node_modules/strophejs-plugins/disco/strophe.disco.js",
2016-09-22 05:57:22 +00:00
"tooltip": "./node_modules/bootstrap/js/tooltip.js"
2015-09-10 17:15:56 +00:00
}
2014-04-13 12:25:47 +00:00
}