UNPKG

@silvermine/videojs-chromecast

Version:
74 lines (73 loc) 2.54 kB
{ "name": "@silvermine/videojs-chromecast", "version": "1.5.0", "description": "video.js plugin for casting to chromecast", "main": "src/js/index.js", "scripts": { "commitlint": "commitlint --from 5ed6165", "test": "check-node-version --npm 8.5.5 && nyc mocha -- -R spec 'tests/**/*.test.js'", "stylelint": "stylelint './src/scss/**/*.scss'", "eslint": "eslint '{,!(node_modules|dist)/**/}*.js'", "markdownlint": "markdownlint-cli2", "standards": "npm run commitlint && npm run markdownlint && npm run stylelint && npm run eslint", "release:preview": "node ./node_modules/@silvermine/standardization/scripts/release.js preview", "release:prep-changelog": "node ./node_modules/@silvermine/standardization/scripts/release.js prep-changelog", "release:finalize": "node ./node_modules/@silvermine/standardization/scripts/release.js finalize", "prepublish": "grunt build" }, "author": "Jeremy Thomerson", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/silvermine/videojs-chromecast.git" }, "keywords": [ "video.js", "videojs", "plugin", "google", "chromecast", "cast" ], "bugs": { "url": "https://github.com/silvermine/videojs-chromecast/issues" }, "homepage": "https://github.com/silvermine/videojs-chromecast#readme", "dependencies": { "webcomponents.js": "git+https://git@github.com/webcomponents/webcomponentsjs.git#v0.7.24" }, "devDependencies": { "@babel/core": "7.20.7", "@babel/preset-env": "7.20.2", "@commitlint/cli": "8.3.5", "@commitlint/travis-cli": "8.3.5", "@silvermine/eslint-config": "3.0.1", "@silvermine/standardization": "2.2.0", "autoprefixer": "8.6.5", "babel-eslint": "10.1.0", "babelify": "10.0.0", "check-node-version": "4.0.3", "core-js": "3.11.0", "coveralls": "3.0.2", "eslint": "6.8.0", "expect.js": "0.3.1", "grunt": "1.4.0", "grunt-browserify": "5.3.0", "grunt-contrib-clean": "2.0.0", "grunt-contrib-copy": "1.0.0", "grunt-contrib-uglify": "3.0.1", "grunt-contrib-watch": "1.1.0", "grunt-postcss": "0.9.0", "grunt-sass": "3.1.0", "mocha": "8.4.0", "mocha-lcov-reporter": "1.3.0", "nyc": "15.1.0", "rewire": "2.5.2", "sass": "1.52.3", "silvermine-serverless-utils": "git+https://github.com/silvermine/serverless-utils.git#910f1149af824fc8d0fa840878079c7d3df0f414", "sinon": "2.3.5" }, "peerDependencies": { "video.js": ">= 6 < 9" } }