forked from opentok/opentok-network-test-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.1 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
{
"name": "opentok-network-test-js",
"version": "1.0.8",
"description": "Precall network test for applications using the OpenTok platform.",
"main": "dist/index.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"docs": "open dist/docs/index.html",
"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.17.1",
"opentok-solutions-logging": "^1.0.12",
"promise": "^8.0.1"
},
"devDependencies": {
"@opentok/client": "^2.13.2",
"@types/axios": "^0.14.0",
"@types/opentok": "^2.3.4",
"@types/webrtc": "0.0.22",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"dotenv": "^4.0.0",
"fs-extra": "^4.0.3",
"jasmine": "^2.99.0",
"jasmine-core": "^2.99.1",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^1.1.1",
"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.6.2",
"string-replace-loader": "^1.3.0",
"ts-loader": "^3.5.0",
"tslint": "^5.9.1",
"tslint-config-airbnb": "^5.7.0",
"typedoc": "^0.11.0",
"typedoc-plugin-external-module-name": "^1.1.1",
"typedoc-webpack-plugin": "^1.1.4",
"typescript": "^2.7.2",
"webpack": "^3.11.0"
}
}