opentok-network-test-js
Version:
Precall network test for applications using the OpenTok platform.
25 lines (24 loc) • 631 B
JSON
{
"name": "opentok-network-test-sample",
"version": "1.0.1",
"description": "OpenTok Network Test Sample App",
"scripts": {
"build": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opentok/opentok-network-connectivity.git"
},
"author": "swartz@tokbox.com",
"license": "MIT",
"homepage": "https://github.com/opentok/opentok-network-connectivity",
"devDependencies": {
"ts-loader": "^9.5.2",
"typescript": "^5.7.3",
"webpack": "^5.88.1"
},
"dependencies": {
"highcharts": "^9.0.0",
"opentok-network-test-js": "../"
}
}