forked from opentok/opentok-meet-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.99 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "opentok-meet",
"description": "Opentok app with screen sharing using the WebRTC screen sharing feature.",
"version": "0.0.1",
"license": "MIT",
"private": true,
"dependencies": {
"angular": "~1.6.3",
"angular-sanitize": "^1.6.9",
"babel-core": "^6.23.1",
"babel-loader": "^6.4.0",
"babel-preset-env": "^1.2.1",
"compression": "^1.6.2",
"css-loader": "^0.23.1",
"ejs": ">= 0.0.1",
"express": "3.1.x",
"filterous": "aullman/filterous-2",
"git-revision-webpack-plugin": "^2.4.0",
"glob": "^5.0.15",
"hiredis": "~0.4.1",
"jquery": "^2.2.3",
"jwt-simple": "^0.5.0",
"ng-debounce": "^1.0.1",
"opentok": "^2.6.2",
"opentok-angular": "https://github.com/albertoacn/opentok-angular.git#master-screen-canvas",
"opentok-camera-filters": "^2.0.1",
"opentok-editor": "^0.3.3",
"opentok-solutions-logging": "^1.1.3",
"opentok-textchat": "^1.2.3",
"opentok-whiteboard": "^1.2.1",
"path": "^0.12.7",
"push.js": "0.0.11",
"raven-js": "^3.9.1",
"raw-loader": "^0.5.1",
"redis": "~3.0.0",
"request": "^2.74.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.0"
},
"engines": {
"node": "8.x",
"npm": "6.x"
},
"scripts": {
"postinstall": "npm run build",
"build": "webpack",
"test": "./node_modules/.bin/run-tests",
"tdd": "node node_modules/karma/bin/karma start tests/karma-debug.conf.js",
"start": "node app.js",
"unit": "karma start tests/karma.conf.js --single-run",
"preintegration": "npm run update-webdriver",
"integration": "protractor-flake --max-attempts=5 -- tests/protractor.conf.js",
"update-webdriver": "webdriver-manager update",
"preprotractor": "npm run update-webdriver",
"protractor": "node_modules/.bin/protractor tests/protractor-chrome.conf.js",
"electron": "electron ./electron/app",
"electron-build": "./electron/build.sh",
"electron-build-install": "rm -rf /Applications/meet-electron.app && npm run electron-build && cp -a ./electron/build/meet-electron-darwin-x64/meet-electron.app /Applications/.",
"lint": "eslint ."
},
"devDependencies": {
"angular-mocks": "1.6.0",
"codeclimate-test-reporter": "0.0.4",
"eslint": "^4.18.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"firefox-profile": "^0.3.9",
"jasmine-core": "^2.2.0",
"karma": "^0.13.3",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "^0.2.7",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "^0.3.5",
"karma-safari-launcher": "~0.1.0",
"karma-sauce-launcher": "^0.2.14",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"null-loader": "^0.1.1",
"opentok-test-scripts": "^3.6.0",
"protractor": "^4.0.9",
"protractor-flake": "^2.1.2",
"q": "^1.2.0",
"travis-multirunner": "^4.5.0",
"uuid": "^2.0.1"
},
"optionalDependencies": {
"appdmg": "^0.4.5",
"electron": "1.4.15",
"electron-packager": "^8.5.1"
}
}