UNPKG

voluptatequisquam

Version:

Automatic layout of video elements (publisher and subscriber) minimising white-space for the OpenTok on WebRTC API. This is intended for use with the OpenTok on WebRTC JS API.

45 lines (44 loc) 1.53 kB
{ "name": "voluptatequisquam", "version": "1.13.0", "description": "Automatic layout of video elements (publisher and subscriber) minimising white-space for the OpenTok on WebRTC API. This is intended for use with the OpenTok on WebRTC JS API.", "main": "opentok-layout.js", "types": "./types/opentok-layout-js.d.ts", "dependencies": {}, "devDependencies": { "babel-core": "^6.26.3", "babel-loader": "^7.1.5", "babel-preset-env": "^1.7.0", "eslint": "^5.1.0", "eslint-config-airbnb-base": "^13.0.0", "eslint-plugin-import": "^2.13.0", "http-server": "^0.12.3", "karma": "^6.3.2", "karma-babel-preprocessor": "^7.0.0", "karma-chrome-launcher": "^0.1.4", "karma-coverage": "^1.1.2", "karma-firefox-launcher": "^0.1.3", "karma-jasmine": "~0.2.0", "karma-sauce-launcher": "^1.2.0", "unminified-webpack-plugin": "^2.0.0", "webpack": "^5.37.0", "webpack-command": "^0.4.1" }, "scripts": { "test": "npx eslint . && node ./tests/test-node.js && karma start tests/karma.conf.js --single-run && npm run type-test", "type-test": "npx --package typescript tsc types/test.ts --noEmit --noErrorTruncation", "start": "http-server", "dev": "npx webpack -w & npm start" }, "repository": { "type": "git", "url": "https://github.com/TraceBeier/voluptatequisquam.git" }, "keywords": [ "fugit", "natus" ], "author": "DestineyCronin", "license": "MIT", "homepage": "https://github.com/TraceBeier/voluptatequisquam.git" }