UNPKG

@cloudinary/js-streaming

Version:

Cloudinary client-side package for live video streaming

65 lines (64 loc) 2.21 kB
{ "author": "Cloudinary <info@cloudinary.com>", "name": "@cloudinary/js-streaming", "description": "Cloudinary client-side package for live video streaming", "homepage": "http://cloudinary.com", "license": "MIT", "version": "1.3.0", "main": "dist/js-streaming.js", "private": false, "scripts": { "build": "webpack --config webpack.dev.js && webpack --config webpack.prod.js", "serve:example": "npm run build && npm run copybuild && http-server examples/vanilla", "test": "npm run server & mocha test/bootstrap.js --recursive \"test/**/*.test.js\" --timeout 20000", "pretest": "npm run build && npm run copybuild", "posttest": "del-cli test/utils/js-streaming*.js", "test:with-camera": "npm run server & env WITH_CAMERA=true mocha test/bootstrap.js --recursive \"test/**/*.test.js\" --timeout 20000", "pretest:with-camera": "npm run pretest", "posttest:with-camera": "npm run posttest", "copybuild": "copyfiles -f \"dist/*.js\" \"test/utils\" && copyfiles -f \"dist/*.js\" \"examples/vanilla/\" && echo 'build files copied.'\n", "server": "node test/utils/server.js" }, "repository": { "type": "git", "url": "https://github.com/cloudinary/cloudinary-js-streaming.git" }, "bugs": { "url": "https://github.com/cloudinary/cloudinary-js-streaming/issues" }, "dependencies": { "janus-gateway": "https://github.com/meetecho/janus-gateway.git#v0.8.0", "whatwg-fetch": "^3.0.0" }, "devDependencies": { "@babel/cli": "^7.7.5", "@babel/core": "^7.7.5", "@babel/preset-env": "^7.7.6", "babel-loader": "^8.0.6", "babel-polyfill": "^6.26.0", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "copyfiles": "^2.1.1", "del-cli": "^3.0.0", "exports-loader": "^0.7.0", "express": "^4.17.1", "http-server": "^0.12.3", "mocha": "^6.2.2", "puppeteer": "^2.0.0", "webpack": "^4.41.3", "webpack-cli": "^3.3.10", "webpack-merge": "^4.2.2" }, "files": [ "dist/js-streaming.js", "dist/js-streaming.js.map", "dist/js-streaming.min.js", "dist/js-streaming.min.js.map" ], "keywords": [ "cloudinary", "streaming", "live", "video" ] }