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.",
|
2018-09-25 21:26:41 +02:00
|
|
|
"version": "7.2.4",
|
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": {
|
2016-10-06 20:09:48 +02:00
|
|
|
"changelog": "conventional-changelog -p videojs -i CHANGELOG.md -s",
|
2016-08-24 22:44:58 +02:00
|
|
|
"build": "grunt dist",
|
2018-04-19 19:23:53 +02:00
|
|
|
"minify": "babel-node build/minify.js",
|
|
|
|
"rollup": "rollup -c",
|
|
|
|
"rollup-dev": "rollup -c -w",
|
2017-09-14 21:09:52 +02:00
|
|
|
"watch": "npm run rollup-dev",
|
2017-05-26 01:40:35 +02:00
|
|
|
"assets": "node build/assets.js",
|
2016-08-24 22:44:58 +02:00
|
|
|
"clean": "grunt clean",
|
2016-11-04 20:21:05 +02:00
|
|
|
"grunt": "grunt",
|
2016-07-25 15:49:38 +02:00
|
|
|
"lint": "vjsstandard",
|
2018-05-24 18:35:27 +02:00
|
|
|
"start": "npm-run-all -p start:grunt watch",
|
|
|
|
"start:grunt": "grunt dev",
|
2016-11-04 20:21:05 +02:00
|
|
|
"test": "grunt test",
|
2016-12-20 23:55:59 +02:00
|
|
|
"docs": "npm run docs:lint && npm run docs:api",
|
2017-01-24 18:26:39 +02:00
|
|
|
"jsdoc": "jsdoc",
|
2017-03-21 23:13:06 +02:00
|
|
|
"predocs:api": "node -e \"var s=require('shelljs'),d=['docs/api'];s.rm('-rf',d);\"",
|
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",
|
2017-12-05 00:42:07 +02:00
|
|
|
"netlify": "babel-node ./build/netlify-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'",
|
2017-01-24 18:26:39 +02:00
|
|
|
"babel": "babel src/js -d es5",
|
2017-12-05 00:42:07 +02:00
|
|
|
"prepublish": "not-in-install && run-p build || in-install",
|
2017-07-14 20:21:07 +02:00
|
|
|
"publish": "node build/gh-release.js",
|
2017-03-25 00:42:39 +02:00
|
|
|
"prepush": "npm run lint -- --errors",
|
2018-06-21 20:21:17 +02:00
|
|
|
"version": "node build/version.js && git add CHANGELOG.md",
|
|
|
|
"autoprefixer": "npm-run-all -p autoprefixer:*",
|
|
|
|
"autoprefixer:main": "postcss --verbose --config postcss.config.js -d build/temp build/temp/video-js.css",
|
|
|
|
"autoprefixer:cdn": "postcss --verbose --config postcss.config.js -d build/temp/alt build/temp/alt/video-js-cdn.css"
|
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": {
|
2018-09-25 20:44:23 +02:00
|
|
|
"@videojs/http-streaming": "1.2.6",
|
2016-08-17 23:16:41 +02:00
|
|
|
"babel-runtime": "^6.9.2",
|
2017-05-11 23:52:30 +02:00
|
|
|
"global": "4.3.2",
|
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",
|
2018-04-20 22:21:24 +02:00
|
|
|
"videojs-font": "3.0.0",
|
2018-04-11 17:39:05 +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": {
|
2017-01-11 21:56:07 +02:00
|
|
|
"aliasify": "^2.1.0",
|
2018-07-24 19:56:08 +02:00
|
|
|
"autoprefixer": "^9.0.1",
|
2016-08-17 23:16:41 +02:00
|
|
|
"babel-cli": "^6.11.4",
|
2017-05-26 01:40:35 +02:00
|
|
|
"babel-plugin-external-helpers": "^6.22.0",
|
2016-08-17 23:16:41 +02:00
|
|
|
"babel-plugin-transform-runtime": "^6.9.0",
|
2016-08-25 20:46:38 +02:00
|
|
|
"babel-preset-es2015": "^6.14.0",
|
2016-08-17 23:16:41 +02:00
|
|
|
"babel-register": "^6.9.0",
|
2017-10-24 20:16:47 +02:00
|
|
|
"babelify": "^8.0.0",
|
2018-01-30 18:18:04 +02:00
|
|
|
"bluebird": "^3.5.1",
|
2015-04-29 00:57:13 +02:00
|
|
|
"browserify-derequire": "^0.9.4",
|
2016-12-19 23:07:59 +02:00
|
|
|
"browserify-istanbul": "^2.0.0",
|
2016-09-29 17:58:37 +02:00
|
|
|
"bundle-collapser": "^1.2.1",
|
2017-05-26 01:40:35 +02:00
|
|
|
"cli-table": "^0.3.1",
|
2018-06-07 21:39:22 +02:00
|
|
|
"conventional-changelog-cli": "^2.0.1",
|
2016-10-06 20:09:48 +02:00
|
|
|
"conventional-changelog-videojs": "^3.0.0",
|
2018-01-30 18:18:04 +02:00
|
|
|
"es5-shim": "^4.5.10",
|
|
|
|
"es6-shim": "^0.35.3",
|
|
|
|
"filesize": "^3.5.11",
|
2018-09-06 03:05:30 +02:00
|
|
|
"gh-release": "^3.2.1",
|
|
|
|
"grunt": "^1.0.3",
|
2018-02-28 18:15:25 +02:00
|
|
|
"grunt-accessibility": "^6.0.0",
|
2016-12-19 23:07:59 +02:00
|
|
|
"grunt-banner": "^0.6.0",
|
2018-09-06 03:05:30 +02:00
|
|
|
"grunt-browserify": "^5.3.0",
|
2018-09-05 01:50:54 +02:00
|
|
|
"grunt-cli": "~1.3.1",
|
2016-08-18 00:08:24 +02:00
|
|
|
"grunt-concurrent": "^2.3.1",
|
2018-09-11 17:27:52 +02:00
|
|
|
"grunt-contrib-clean": "^2.0.0",
|
2016-12-19 23:07:59 +02:00
|
|
|
"grunt-contrib-concat": "^1.0.1",
|
2018-09-11 17:27:13 +02:00
|
|
|
"grunt-contrib-connect": "~2.0.0",
|
2016-12-19 23:07:59 +02:00
|
|
|
"grunt-contrib-copy": "^1.0.0",
|
2018-09-07 17:56:54 +02:00
|
|
|
"grunt-contrib-cssmin": "~3.0.0",
|
2018-06-06 23:50:18 +02:00
|
|
|
"grunt-contrib-watch": "~1.1.0",
|
2015-03-27 22:52:40 +02:00
|
|
|
"grunt-coveralls": "^1.0.0",
|
2018-09-12 17:14:36 +02:00
|
|
|
"grunt-karma": "^3.0.0",
|
2017-01-03 22:05:41 +02:00
|
|
|
"grunt-sass": "^2.0.0",
|
2016-09-29 18:03:27 +02:00
|
|
|
"grunt-shell": "^2.0.0",
|
2018-01-30 18:18:04 +02:00
|
|
|
"grunt-version": "^1.2.1",
|
2015-02-26 02:00:09 +02:00
|
|
|
"grunt-videojs-languages": "0.0.4",
|
2018-07-05 23:23:31 +02:00
|
|
|
"grunt-zip": "0.18.1",
|
2018-01-30 18:18:04 +02:00
|
|
|
"humanize-duration": "^3.12.1",
|
2017-06-27 01:44:28 +02:00
|
|
|
"husky": "^0.14.1",
|
2017-01-24 18:26:39 +02:00
|
|
|
"in-publish": "^2.0.0",
|
2016-12-19 23:07:59 +02:00
|
|
|
"istanbul": "^0.4.5",
|
2016-12-02 22:07:19 +02:00
|
|
|
"jsdoc": "^3.4.2",
|
2018-08-10 22:24:03 +02:00
|
|
|
"karma": "^3.0.0",
|
2018-09-06 03:05:30 +02:00
|
|
|
"karma-browserify": "^5.3.0",
|
2016-08-12 00:03:19 +02:00
|
|
|
"karma-browserstack-launcher": "^1.0.1",
|
2016-08-22 23:56:10 +02:00
|
|
|
"karma-chrome-launcher": "^2.0.0",
|
2018-09-06 03:05:30 +02:00
|
|
|
"karma-coverage": "^1.1.2",
|
2018-01-30 18:18:04 +02:00
|
|
|
"karma-detect-browsers": "^2.2.6",
|
|
|
|
"karma-firefox-launcher": "^1.1.0",
|
2016-08-12 00:03:19 +02:00
|
|
|
"karma-ie-launcher": "^1.0.0",
|
|
|
|
"karma-opera-launcher": "^1.0.0",
|
2018-03-26 16:40:59 +02:00
|
|
|
"karma-qunit": "^2.0.1",
|
2016-08-12 00:03:19 +02:00
|
|
|
"karma-safari-launcher": "^1.0.0",
|
2018-01-30 18:18:04 +02:00
|
|
|
"karma-safaritechpreview-launcher": "0.0.6",
|
2016-08-12 00:03:19 +02:00
|
|
|
"karma-sinon": "^1.0.5",
|
2018-09-28 21:05:56 +02:00
|
|
|
"klaw-sync": "^6.0.0",
|
2018-05-07 20:15:07 +02:00
|
|
|
"load-grunt-tasks": "^4.0.0",
|
2018-09-06 03:05:30 +02:00
|
|
|
"lodash": "^4.17.10",
|
2016-08-25 21:49:40 +02:00
|
|
|
"markdown-table": "^1.0.0",
|
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-01-30 18:18:04 +02:00
|
|
|
"npm-run-all": "^4.1.2",
|
2018-07-24 21:34:37 +02:00
|
|
|
"postcss-cli": "^6.0.0",
|
2015-09-25 01:58:25 +02:00
|
|
|
"proxyquireify": "^3.0.0",
|
2018-09-06 03:05:30 +02:00
|
|
|
"qunit": "^2.6.1",
|
2018-01-23 21:58:59 +02:00
|
|
|
"remark-cli": "^5.0.0",
|
2017-03-02 19:00:32 +02:00
|
|
|
"remark-lint": "^6.0.0",
|
2018-01-23 22:00:55 +02:00
|
|
|
"remark-parse": "^5.0.0",
|
2018-01-23 21:59:17 +02:00
|
|
|
"remark-stringify": "^5.0.0",
|
2017-12-15 00:33:39 +02:00
|
|
|
"remark-toc": "^5.0.0",
|
2017-09-19 23:21:39 +02:00
|
|
|
"remark-validate-links": "^7.0.0",
|
2017-03-21 23:13:06 +02:00
|
|
|
"replace": "^0.3.0",
|
2018-09-05 02:05:13 +02:00
|
|
|
"rollup": "^0.65.0",
|
2018-03-30 20:01:16 +02:00
|
|
|
"rollup-plugin-alias": "^1.4.0",
|
2018-04-19 19:23:53 +02:00
|
|
|
"rollup-plugin-babel": "^3.0.3",
|
|
|
|
"rollup-plugin-commonjs": "^9.1.0",
|
2018-07-24 19:56:41 +02:00
|
|
|
"rollup-plugin-filesize": "^4.0.1",
|
2017-05-26 01:40:35 +02:00
|
|
|
"rollup-plugin-ignore": "^1.0.3",
|
2018-05-11 20:27:32 +02:00
|
|
|
"rollup-plugin-json": "^3.0.0",
|
2018-04-19 19:23:53 +02:00
|
|
|
"rollup-plugin-node-resolve": "^3.3.0",
|
|
|
|
"rollup-plugin-progress": "^0.4.0",
|
2018-01-24 20:47:07 +02:00
|
|
|
"semver": "^5.5.0",
|
2018-01-23 22:02:08 +02:00
|
|
|
"shelljs": "^0.8.1",
|
2015-08-25 02:46:54 +02:00
|
|
|
"sinon": "^1.16.1",
|
2015-04-29 23:36:20 +02:00
|
|
|
"time-grunt": "^1.1.1",
|
2017-01-24 18:26:39 +02:00
|
|
|
"tui-jsdoc-template": "^1.1.0",
|
2018-04-19 19:23:53 +02:00
|
|
|
"uglify-js": "^3.3.21",
|
2018-05-11 20:12:48 +02:00
|
|
|
"unified": "^7.0.0",
|
2018-01-30 18:18:04 +02:00
|
|
|
"videojs-flash": "^2.1.0",
|
2018-09-28 20:58:15 +02:00
|
|
|
"videojs-standard": "^8.0.2",
|
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": [
|
2015-08-03 21:19:36 +02:00
|
|
|
"**/Gruntfile.js",
|
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/**",
|
|
|
|
"**/test/coverage/**",
|
|
|
|
"**/test/karma.conf.js"
|
2015-05-01 21:48:28 +02:00
|
|
|
]
|
2017-03-30 19:46:41 +02:00
|
|
|
},
|
|
|
|
"greenkeeper": {
|
|
|
|
"ignore": [
|
2017-07-26 19:29:39 +02:00
|
|
|
"sinon",
|
2018-04-19 19:23:53 +02:00
|
|
|
"webpack"
|
2017-03-30 19:46:41 +02:00
|
|
|
]
|
2013-01-12 10:02:20 +03:00
|
|
|
}
|
|
|
|
}
|