-
Notifications
You must be signed in to change notification settings - Fork 129
/
package.json
75 lines (75 loc) · 2.3 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
{
"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",
"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",
"glob": "^5.0.15",
"hiredis": "~0.4.1",
"jquery": "^2.2.3",
"opentok": "^2.6.2",
"opentok-angular": "^2.1.2",
"opentok-camera-filters": "^2.0.1",
"opentok-editor": "^0.3.3",
"opentok-textchat": "^1.2.3",
"opentok-whiteboard": "^1.2.1",
"path": "^0.12.7",
"push.js": "0.0.11",
"raw-loader": "^0.5.1",
"redis": "~0.10.1",
"style-loader": "^0.13.1",
"webpack": "^1.13.0"
},
"engines": {
"node": "8.x",
"npm": "5.x"
},
"scripts": {
"postinstall": "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 -- tests/protractor.conf.js --max-attempts=5",
"update-webdriver": "webdriver-manager update",
"preprotractor": "npm run update-webdriver",
"protractor": "node_modules/.bin/protractor tests/protractor-chrome.conf.js",
"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-safaritechpreview-launcher": "0.0.6",
"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"
}
}