2013-01-12 10:02:20 +03:00
|
|
|
{
|
|
|
|
"name": "video.js",
|
|
|
|
"description": "An HTML5 and Flash video player with a common API and skin for both.",
|
2019-06-20 19:51:36 +02:00
|
|
|
"version": "7.5.6",
|
2017-05-26 01:40:35 +02:00
|
|
|
"main": "./dist/video.cjs.js",
|
2018-07-03 18:04:41 +02:00
|
|
|
"module": "./dist/video.es.js",
|
2016-08-17 23:16:41 +02:00
|
|
|
"style": "./dist/video-js.css",
|
2015-03-12 20:23:47 +02:00
|
|
|
"copyright": "Copyright Brightcove, Inc. <https://www.brightcove.com/>",
|
|
|
|
"license": "Apache-2.0",
|
2014-02-15 03:52:48 +03:00
|
|
|
"keywords": [
|
|
|
|
"flash",
|
2015-08-03 21:19:36 +02:00
|
|
|
"html5",
|
|
|
|
"player",
|
2014-02-15 03:52:48 +03:00
|
|
|
"video",
|
2015-08-03 21:19:36 +02:00
|
|
|
"videojs"
|
2014-02-15 03:52:48 +03:00
|
|
|
],
|
2018-08-10 21:13:32 +02:00
|
|
|
"homepage": "https://videojs.com",
|
2013-01-12 10:02:20 +03:00
|
|
|
"author": "Steve Heffernan",
|
|
|
|
"scripts": {
|
2018-11-30 23:37:29 +02:00
|
|
|
"sandbox": "node build/sandbox.js",
|
|
|
|
"prestart": "npm-run-all sandbox",
|
|
|
|
"start": "npm-run-all -p watch karma-server",
|
|
|
|
"clean": "shx rm -rf ./dist ./test/dist ./docs/api",
|
|
|
|
"postclean": "shx mkdir -p ./dist/lang ./test/dist",
|
|
|
|
"changelog": "conventional-changelog -p videojs -i CHANGELOG.md -s",
|
|
|
|
"build": "npm-run-all build-dev minify copy zip",
|
|
|
|
"build-dev": "npm-run-all clean lint-errors build:js build:css build:lang build:test",
|
|
|
|
"build:test": "npm-run-all build:test:*",
|
|
|
|
"build:test:a11y": "shx cp sandbox/descriptions.html.example sandbox/descriptions.test-a11y.html",
|
|
|
|
"build:test:browserify": "browserify test/require/browserify.js -o test/dist/browserify.js",
|
|
|
|
"build:test:webpack": "webpack --hide-modules test/require/webpack.js test/dist/webpack.js",
|
|
|
|
"copy": "npm-run-all copy:*",
|
|
|
|
"copy:fonts": "shx cp -R node_modules/videojs-font/fonts dist/font",
|
|
|
|
"copy:examples": "shx cp -R docs/examples dist/",
|
|
|
|
"build:js": "rollup -c",
|
|
|
|
"build:css": "npm-run-all build:css:*",
|
2019-06-17 23:31:32 +02:00
|
|
|
"build:css:cdn": "sass --no-source-map src/css/vjs-cdn.scss dist/alt/video-js-cdn.css",
|
2018-11-30 23:37:29 +02:00
|
|
|
"postbuild:css:cdn": "postcss --verbose --config postcss.config.js -d dist/alt dist/alt/video-js-cdn.css",
|
2019-06-17 23:31:32 +02:00
|
|
|
"build:css:default": "sass --no-source-map src/css/vjs.scss dist/video-js.css",
|
2018-11-30 23:37:29 +02:00
|
|
|
"postbuild:css:default": "postcss --verbose --config postcss.config.js -d dist/ dist/video-js.css",
|
2018-11-16 19:13:19 +02:00
|
|
|
"build:lang": "npm-run-all build:lang:*",
|
|
|
|
"build:lang:js": "vjslang --dir dist/lang",
|
|
|
|
"build:lang:copy": "shx cp -R lang/* dist/lang/",
|
2018-11-30 23:37:29 +02:00
|
|
|
"minify": "npm-run-all minify:*",
|
|
|
|
"minify:js": "babel-node build/minify.js",
|
|
|
|
"minify:css": "npm-run-all minify:css:*",
|
|
|
|
"minify:css:cdn": "cleancss dist/alt/video-js-cdn.css -o dist/alt/video-js-cdn.min.css",
|
|
|
|
"minify:css:default": "cleancss dist/video-js.css -o dist/video-js.min.css",
|
2018-10-25 21:45:08 +02:00
|
|
|
"watch": "npm-run-all -p watch:*",
|
2018-11-16 19:13:19 +02:00
|
|
|
"watch:lang": "chokidar --initial 'lang/**/*.json' -c 'npm run build:lang'",
|
2018-11-30 23:37:29 +02:00
|
|
|
"watch:rollup": "rollup -c -w --no-progress",
|
2019-04-29 18:01:37 +02:00
|
|
|
"watch:css": "npm-run-all -p build:css:default build:css:cdn watch:css:*",
|
2019-06-17 23:31:32 +02:00
|
|
|
"watch:css:default": "npm run build:css:default -- --watch",
|
|
|
|
"watch:css:cdn": "npm run build:css:cdn -- --watch",
|
2017-05-26 01:40:35 +02:00
|
|
|
"assets": "node build/assets.js",
|
2016-07-25 15:49:38 +02:00
|
|
|
"lint": "vjsstandard",
|
2018-11-30 23:37:29 +02:00
|
|
|
"lint-errors": "vjsstandard --errors",
|
2018-10-31 17:01:30 +02:00
|
|
|
"karma-server": "karma start test/karma.conf.js --singleRun=false --auto-watch",
|
2018-11-30 23:37:29 +02:00
|
|
|
"pretest": "npm run build-dev",
|
|
|
|
"test": "npm-run-all -p test:*",
|
|
|
|
"test:node-require": "node test/require/node.js",
|
|
|
|
"test:a11y": "node build/test-a11y.js",
|
|
|
|
"test:unit": "karma start test/karma.conf.js",
|
|
|
|
"docs": "npm-run-all clean docs:lint docs:api",
|
2017-01-24 18:26:39 +02:00
|
|
|
"docs:api": "jsdoc -c .jsdoc.json",
|
2017-03-21 23:13:06 +02:00
|
|
|
"postdocs:api": "node ./build/fix-api-docs.js",
|
2018-01-30 20:26:21 +02:00
|
|
|
"docs:lint": "remark -- './{,!(node_modules)/**/}!(CHANGELOG)*.md'",
|
|
|
|
"docs:fix": "remark --output -- './{,!(node_modules)/**/}!(CHANGELOG)*.md'",
|
2018-11-30 23:37:29 +02:00
|
|
|
"docs:lang": "node build/translations.js",
|
|
|
|
"netlify": "babel-node ./build/netlify-docs.js",
|
2019-01-15 23:13:43 +02:00
|
|
|
"prepare": "patch-package",
|
2018-10-11 23:29:06 +02:00
|
|
|
"prepublishOnly": "run-p build",
|
2017-07-14 20:21:07 +02:00
|
|
|
"publish": "node build/gh-release.js",
|
2018-11-08 21:02:07 +02:00
|
|
|
"version": "node build/version.js && git add CHANGELOG.md",
|
2018-11-16 19:28:44 +02:00
|
|
|
"zip": "cd dist && cross-env bestzip \"./video-js-${npm_package_version}.zip\" * && cd .."
|
2013-01-12 10:02:20 +03:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2014-02-19 00:31:18 +03:00
|
|
|
"url": "https://github.com/videojs/video.js.git"
|
2013-01-12 10:02:20 +03:00
|
|
|
},
|
2014-01-24 02:44:52 +03:00
|
|
|
"dependencies": {
|
2019-06-11 16:54:33 +02:00
|
|
|
"@babel/runtime": "^7.4.5",
|
2019-05-31 19:29:28 +02:00
|
|
|
"@videojs/http-streaming": "1.10.3",
|
2017-05-11 23:52:30 +02:00
|
|
|
"global": "4.3.2",
|
feat: add hotkeys support ("m", "f", "k", and Space) (#5571)
Extend keyboard support for the SeekBar, and pass unhandled keydown events from components back to the player.
Switch from raw keycodes to the keycode module.
Using `userActions.hotkeys`, which can either be a function to match the hotkeys plugin, or an object with properties like `fullscreenKey`, see the documentation for more info.
This is currently off by default, we will consider turning it on by default in the future, see #5765.
Fixes #4048, fixes #3022.
2019-01-25 21:10:29 +02:00
|
|
|
"keycode": "^2.2.0",
|
2016-06-01 20:30:44 +02:00
|
|
|
"safe-json-parse": "4.0.0",
|
2015-09-15 19:57:55 +02:00
|
|
|
"tsml": "1.0.1",
|
2019-06-18 22:42:02 +02:00
|
|
|
"videojs-font": "3.2.0",
|
2019-06-11 16:54:33 +02:00
|
|
|
"videojs-vtt.js": "^0.14.1",
|
2017-03-02 21:52:02 +02:00
|
|
|
"xhr": "2.4.0"
|
2014-01-24 02:44:52 +03:00
|
|
|
},
|
2013-01-12 10:02:20 +03:00
|
|
|
"devDependencies": {
|
2019-06-11 16:54:33 +02:00
|
|
|
"@babel/cli": "^7.4.4",
|
|
|
|
"@babel/core": "^7.4.5",
|
|
|
|
"@babel/node": "^7.4.5",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.4.4",
|
|
|
|
"@babel/preset-env": "^7.4.5",
|
|
|
|
"@babel/register": "^7.4.4",
|
2018-11-16 19:13:19 +02:00
|
|
|
"access-sniff": "^3.2.0",
|
2019-06-11 16:54:33 +02:00
|
|
|
"autoprefixer": "^9.6.0",
|
2018-10-12 21:54:51 +02:00
|
|
|
"babelify": "^10.0.0",
|
2019-06-11 16:54:33 +02:00
|
|
|
"bestzip": "^2.1.4",
|
|
|
|
"bluebird": "^3.5.5",
|
2018-10-31 17:01:30 +02:00
|
|
|
"browserify": "^16.2.3",
|
|
|
|
"browserify-istanbul": "^3.0.1",
|
2019-06-11 16:54:33 +02:00
|
|
|
"chokidar-cli": "^1.2.2",
|
|
|
|
"clean-css-cli": "^4.3.0",
|
2017-05-26 01:40:35 +02:00
|
|
|
"cli-table": "^0.3.1",
|
2019-06-11 16:54:33 +02:00
|
|
|
"conventional-changelog-cli": "^2.0.21",
|
2016-10-06 20:09:48 +02:00
|
|
|
"conventional-changelog-videojs": "^3.0.0",
|
2018-11-16 19:28:44 +02:00
|
|
|
"cross-env": "^5.2.0",
|
2019-06-11 16:54:33 +02:00
|
|
|
"es5-shim": "^4.5.13",
|
|
|
|
"es6-shim": "^0.35.5",
|
|
|
|
"filesize": "^4.1.2",
|
|
|
|
"gh-release": "^3.5.0",
|
|
|
|
"humanize-duration": "^3.18.0",
|
2018-12-03 22:00:51 +02:00
|
|
|
"husky": "^1.2.0",
|
2019-06-11 16:54:33 +02:00
|
|
|
"jsdoc": "^3.6.2",
|
|
|
|
"karma": "^4.1.0",
|
2018-09-06 03:05:30 +02:00
|
|
|
"karma-browserify": "^5.3.0",
|
2018-09-28 21:05:56 +02:00
|
|
|
"klaw-sync": "^6.0.0",
|
2019-06-11 16:54:33 +02:00
|
|
|
"lint-staged": "^8.2.0",
|
|
|
|
"markdown-table": "^1.1.3",
|
2018-04-19 19:23:53 +02:00
|
|
|
"maxmin": "^2.1.0",
|
2017-05-26 01:40:35 +02:00
|
|
|
"minimist": "^1.2.0",
|
2018-11-16 07:04:11 +02:00
|
|
|
"npm-merge-driver-install": "^1.1.1",
|
2018-11-26 19:19:01 +02:00
|
|
|
"npm-run-all": "^4.1.5",
|
2019-06-11 16:54:33 +02:00
|
|
|
"patch-package": "^6.1.2",
|
|
|
|
"postcss-cli": "^6.1.2",
|
2018-12-03 22:00:51 +02:00
|
|
|
"proxyquireify": "^3.2.1",
|
2019-06-11 16:54:33 +02:00
|
|
|
"qunit": "^2.9.2",
|
2018-12-03 22:00:51 +02:00
|
|
|
"remark-cli": "^6.0.1",
|
|
|
|
"remark-lint": "^6.0.4",
|
|
|
|
"remark-parse": "^6.0.3",
|
|
|
|
"remark-stringify": "^6.0.4",
|
|
|
|
"remark-toc": "^5.1.1",
|
2019-06-11 16:54:33 +02:00
|
|
|
"remark-validate-links": "^8.0.2",
|
|
|
|
"replace": "^1.1.0",
|
2019-06-11 20:00:20 +02:00
|
|
|
"rollup": "^1.15.1",
|
2019-06-11 16:54:33 +02:00
|
|
|
"rollup-plugin-alias": "^1.5.2",
|
2018-12-03 22:00:51 +02:00
|
|
|
"rollup-plugin-babel": "^4.0.3",
|
2019-06-11 16:54:33 +02:00
|
|
|
"rollup-plugin-commonjs": "^9.3.4",
|
|
|
|
"rollup-plugin-ignore": "^1.0.5",
|
2018-12-03 22:00:51 +02:00
|
|
|
"rollup-plugin-json": "^3.1.0",
|
2019-06-11 16:54:33 +02:00
|
|
|
"rollup-plugin-node-resolve": "^4.2.4",
|
|
|
|
"rollup-plugin-progress": "^1.1.1",
|
2019-06-17 23:31:32 +02:00
|
|
|
"sass": "^1.21.0",
|
2019-06-11 16:54:33 +02:00
|
|
|
"semver": "^5.7.0",
|
2018-12-03 22:00:51 +02:00
|
|
|
"shelljs": "^0.8.3",
|
2018-11-08 21:02:07 +02:00
|
|
|
"shx": "^0.3.2",
|
2019-04-24 16:22:48 +02:00
|
|
|
"sinon": "^7.3.2",
|
2018-12-03 22:00:51 +02:00
|
|
|
"tui-jsdoc-template": "^1.2.2",
|
2019-06-11 16:54:33 +02:00
|
|
|
"uglify-js": "^3.6.0",
|
2018-12-03 22:00:51 +02:00
|
|
|
"unified": "^7.0.2",
|
2019-06-11 16:54:33 +02:00
|
|
|
"videojs-flash": "^2.2.0",
|
2019-04-23 20:28:03 +02:00
|
|
|
"videojs-generate-karma-config": "~5.2.0",
|
2018-11-16 19:13:19 +02:00
|
|
|
"videojs-languages": "^2.0.0",
|
2019-06-11 16:54:33 +02:00
|
|
|
"videojs-standard": "^8.0.3",
|
|
|
|
"watchify": "^3.11.1",
|
2017-05-26 01:40:35 +02:00
|
|
|
"webpack": "^1.15.0"
|
2015-05-01 21:48:28 +02:00
|
|
|
},
|
2016-07-25 15:49:38 +02:00
|
|
|
"vjsstandard": {
|
2015-05-01 21:48:28 +02:00
|
|
|
"ignore": [
|
2016-08-17 23:16:41 +02:00
|
|
|
"**/es5/**",
|
2015-05-01 21:48:28 +02:00
|
|
|
"**/build/**",
|
2017-05-26 01:40:35 +02:00
|
|
|
"!build/rollup.js",
|
2018-03-30 20:01:16 +02:00
|
|
|
"core.js",
|
2015-05-01 21:48:28 +02:00
|
|
|
"**/dist/**",
|
|
|
|
"**/docs/**",
|
|
|
|
"**/lang/**",
|
|
|
|
"**/sandbox/**",
|
2016-07-25 15:49:38 +02:00
|
|
|
"**/test/api/**",
|
2018-10-31 17:01:30 +02:00
|
|
|
"**/test/dist/coverage/**",
|
2016-07-25 15:49:38 +02:00
|
|
|
"**/test/karma.conf.js"
|
2015-05-01 21:48:28 +02:00
|
|
|
]
|
2017-03-30 19:46:41 +02:00
|
|
|
},
|
|
|
|
"greenkeeper": {
|
|
|
|
"ignore": [
|
2018-04-19 19:23:53 +02:00
|
|
|
"webpack"
|
2017-03-30 19:46:41 +02:00
|
|
|
]
|
2018-09-28 22:06:06 +02:00
|
|
|
},
|
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
2018-11-16 07:04:11 +02:00
|
|
|
"pre-commit": "lint-staged"
|
2018-09-28 22:06:06 +02:00
|
|
|
}
|
2018-11-16 07:04:11 +02:00
|
|
|
},
|
|
|
|
"lint-staged": {
|
|
|
|
"*.js": [
|
|
|
|
"vjsstandard --fix",
|
|
|
|
"git add"
|
|
|
|
]
|
2013-01-12 10:02:20 +03:00
|
|
|
}
|
|
|
|
}
|