forked from opentok/opentok-network-test-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.22 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
{
"name": "opentok-network-test-js",
"version": "2.0.2",
"description": "Precall network test for applications using the OpenTok platform.",
"main": "dist/NetworkTest/index.js",
"types": "dist/NetworkTest/index.d.ts",
"scripts": {
"build": "rm -rf dist && webpack --config webpack.config.js",
"test-setup": "node test/setup/setup.js",
"test-teardown": "rm test/credentials.json",
"karma": "karma start",
"test": "npm run test-setup && npm run karma && npm run test-teardown"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opentok/opentok-network-test-js.git"
},
"keywords": [
"tokbox",
"opentok",
"network test",
"connectivity",
"webrtc"
],
"author": {
"name": "TokBox",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/opentok/network-connectivity-js/issues"
},
"homepage": "https://github.com/opentok/network-connectivity-js#readme",
"dependencies": {
"axios": "^0.19.0",
"opentok-solutions-logging": "^1.0.15",
"promise": "^8.0.1"
},
"devDependencies": {
"@opentok/client": "^2.16.1",
"@types/expect.js": "^0.3.29",
"@types/jasmine": "^2.8.8",
"@types/jasmine-matchers": "^0.2.30",
"@types/mocha": "^5.2.2",
"@types/node": "^10.3.2",
"@types/opentok": "^2.3.4",
"@types/promise": "^7.1.30",
"@types/webrtc": "0.0.22",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"dotenv": "^4.0.0",
"fs-extra": "^4.0.3",
"jasmine": "^2.99.0",
"jasmine-core": "^2.99.1",
"karma": "^3.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^1.1.2",
"karma-mocha-reporter": "^2.2.5",
"karma-safari-launcher": "^1.0.0",
"karma-safaritechpreview-launcher": "0.0.6",
"karma-sauce-launcher": "^1.2.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.13",
"opentok": "^2.9.1",
"ts-loader": "^4.4.1",
"tslint": "^5.10.0",
"tslint-config-airbnb": "^5.9.2",
"typescript": "2.9.2",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.4",
"webpack-node-externals": "^1.7.2"
}
}