2013-01-11 23:02:20 -08:00
|
|
|
{
|
|
|
|
"name": "video.js",
|
|
|
|
"description": "An HTML5 and Flash video player with a common API and skin for both.",
|
2017-02-06 15:58:22 -05:00
|
|
|
"version": "6.0.0-RC.2",
|
2016-08-17 17:16:41 -04:00
|
|
|
"main": "./es5/video.js",
|
|
|
|
"style": "./dist/video-js.css",
|
2015-03-12 11:23:47 -07:00
|
|
|
"copyright": "Copyright Brightcove, Inc. <https://www.brightcove.com/>",
|
|
|
|
"license": "Apache-2.0",
|
2014-02-14 16:52:48 -08:00
|
|
|
"keywords": [
|
|
|
|
"flash",
|
2015-08-03 15:19:36 -04:00
|
|
|
"html5",
|
|
|
|
"player",
|
2014-02-14 16:52:48 -08:00
|
|
|
"video",
|
2015-08-03 15:19:36 -04:00
|
|
|
"videojs"
|
2014-02-14 16:52:48 -08:00
|
|
|
],
|
2013-01-11 23:02:20 -08:00
|
|
|
"homepage": "http://videojs.com",
|
|
|
|
"author": "Steve Heffernan",
|
|
|
|
"scripts": {
|
2016-10-06 14:09:48 -04:00
|
|
|
"changelog": "conventional-changelog -p videojs -i CHANGELOG.md -s",
|
2016-08-24 16:44:58 -04:00
|
|
|
"build": "grunt dist",
|
|
|
|
"change": "grunt chg-add",
|
|
|
|
"clean": "grunt clean",
|
2016-11-04 14:21:05 -04:00
|
|
|
"grunt": "grunt",
|
2016-07-25 09:49:38 -04:00
|
|
|
"lint": "vjsstandard",
|
2017-01-03 15:05:58 -05:00
|
|
|
"start": "grunt dev",
|
2016-11-04 14:21:05 -04:00
|
|
|
"test": "grunt test",
|
2016-12-20 16:55:59 -05:00
|
|
|
"docs": "npm run docs:lint && npm run docs:api",
|
2017-01-24 11:26:39 -05:00
|
|
|
"jsdoc": "jsdoc",
|
|
|
|
"docs:api": "jsdoc -c .jsdoc.json",
|
2016-12-20 18:32:24 -05:00
|
|
|
"docs:lint": "remark -- './**/*.md'",
|
2017-01-03 15:05:58 -05:00
|
|
|
"docs:fix": "remark --output -- './**/*.md'",
|
2017-01-24 11:26:39 -05:00
|
|
|
"babel": "babel src/js -d es5",
|
|
|
|
"prepublish": "not-in-install && npm run docs:api || in-install"
|
2013-01-11 23:02:20 -08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2014-02-18 13:31:18 -08:00
|
|
|
"url": "https://github.com/videojs/video.js.git"
|
2013-01-11 23:02:20 -08:00
|
|
|
},
|
2014-01-23 15:44:52 -08:00
|
|
|
"dependencies": {
|
2016-08-17 17:16:41 -04:00
|
|
|
"babel-runtime": "^6.9.2",
|
2016-06-01 14:30:44 -04:00
|
|
|
"global": "4.3.0",
|
|
|
|
"safe-json-parse": "4.0.0",
|
2015-09-15 10:57:55 -07:00
|
|
|
"tsml": "1.0.1",
|
2016-06-01 14:30:44 -04:00
|
|
|
"videojs-font": "2.0.0",
|
2016-01-26 12:08:46 -05:00
|
|
|
"videojs-ie8": "1.1.2",
|
2016-06-01 14:30:44 -04:00
|
|
|
"videojs-vtt.js": "0.12.1",
|
2017-01-24 12:06:18 -05:00
|
|
|
"xhr": "2.3.3"
|
2014-01-23 15:44:52 -08:00
|
|
|
},
|
2013-01-11 23:02:20 -08:00
|
|
|
"devDependencies": {
|
2017-01-11 14:56:07 -05:00
|
|
|
"aliasify": "^2.1.0",
|
2016-08-17 17:16:41 -04:00
|
|
|
"babel-cli": "^6.11.4",
|
|
|
|
"babel-plugin-inline-json": "^1.1.1",
|
|
|
|
"babel-plugin-transform-runtime": "^6.9.0",
|
2016-08-25 14:46:38 -04:00
|
|
|
"babel-preset-es2015": "^6.14.0",
|
2017-01-19 11:17:46 -05:00
|
|
|
"babel-preset-es3": "^1.0.1",
|
2016-08-17 17:16:41 -04:00
|
|
|
"babel-register": "^6.9.0",
|
|
|
|
"babelify": "^7.3.0",
|
2015-03-27 13:52:40 -07:00
|
|
|
"blanket": "^1.1.6",
|
2015-04-28 15:57:13 -07:00
|
|
|
"browserify-derequire": "^0.9.4",
|
2016-12-19 16:07:59 -05:00
|
|
|
"browserify-istanbul": "^2.0.0",
|
2015-03-27 22:59:21 -07:00
|
|
|
"browserify-versionify": "^1.0.4",
|
2016-09-29 11:58:37 -04:00
|
|
|
"bundle-collapser": "^1.2.1",
|
2015-10-23 16:15:07 -04:00
|
|
|
"chg": "^0.3.2",
|
2016-10-06 14:09:48 -04:00
|
|
|
"conventional-changelog-cli": "^1.2.0",
|
|
|
|
"conventional-changelog-videojs": "^3.0.0",
|
2015-05-27 13:02:10 -07:00
|
|
|
"es5-shim": "^4.1.3",
|
2016-07-22 12:07:37 -04:00
|
|
|
"es6-shim": "^0.35.1",
|
2016-07-28 16:31:03 -04:00
|
|
|
"ghooks": "^1.3.2",
|
2016-12-19 16:07:59 -05:00
|
|
|
"grunt": "^0.4.5",
|
2016-11-09 17:42:42 +01:00
|
|
|
"grunt-accessibility": "^5.0.0",
|
2016-10-06 14:09:48 -04:00
|
|
|
"grunt-babel": "^6.0.0",
|
2016-12-19 16:07:59 -05:00
|
|
|
"grunt-banner": "^0.6.0",
|
|
|
|
"grunt-browserify": "5.0.0",
|
|
|
|
"grunt-cli": "~1.2.0",
|
2016-08-18 00:08:24 +02:00
|
|
|
"grunt-concurrent": "^2.3.1",
|
2016-12-19 16:07:59 -05:00
|
|
|
"grunt-contrib-clean": "^1.0.0",
|
|
|
|
"grunt-contrib-concat": "^1.0.1",
|
|
|
|
"grunt-contrib-connect": "~1.0.2",
|
|
|
|
"grunt-contrib-copy": "^1.0.0",
|
2016-09-29 18:22:21 +02:00
|
|
|
"grunt-contrib-cssmin": "~1.0.2",
|
2016-10-24 18:25:46 -04:00
|
|
|
"grunt-contrib-uglify": "^2.0.0",
|
2016-12-19 16:07:59 -05:00
|
|
|
"grunt-contrib-watch": "~1.0.0",
|
2015-03-27 13:52:40 -07:00
|
|
|
"grunt-coveralls": "^1.0.0",
|
2015-02-25 16:00:09 -08:00
|
|
|
"grunt-fastly": "^0.1.3",
|
|
|
|
"grunt-github-releaser": "^0.1.17",
|
2016-08-12 00:03:19 +02:00
|
|
|
"grunt-karma": "^2.0.0",
|
2017-01-03 15:05:41 -05:00
|
|
|
"grunt-sass": "^2.0.0",
|
2016-09-29 18:03:27 +02:00
|
|
|
"grunt-shell": "^2.0.0",
|
2016-12-19 16:07:59 -05:00
|
|
|
"grunt-version": "~1.1.1",
|
2015-02-25 16:00:09 -08:00
|
|
|
"grunt-videojs-languages": "0.0.4",
|
2016-12-19 16:07:59 -05:00
|
|
|
"grunt-zip": "0.17.1",
|
2017-01-24 11:26:39 -05:00
|
|
|
"in-publish": "^2.0.0",
|
2016-12-19 16:07:59 -05:00
|
|
|
"istanbul": "^0.4.5",
|
2016-12-02 15:07:19 -05:00
|
|
|
"jsdoc": "^3.4.2",
|
2017-01-31 15:22:03 -05:00
|
|
|
"karma": "1.3.0",
|
2016-08-12 00:03:19 +02:00
|
|
|
"karma-browserify": "^5.1.0",
|
|
|
|
"karma-browserstack-launcher": "^1.0.1",
|
2016-08-22 23:56:10 +02:00
|
|
|
"karma-chrome-launcher": "^2.0.0",
|
2016-08-12 00:03:19 +02:00
|
|
|
"karma-coverage": "^1.1.1",
|
2016-11-10 17:52:11 +01:00
|
|
|
"karma-detect-browsers": "~2.2.3",
|
2016-08-12 00:03:19 +02:00
|
|
|
"karma-firefox-launcher": "^1.0.0",
|
|
|
|
"karma-ie-launcher": "^1.0.0",
|
|
|
|
"karma-opera-launcher": "^1.0.0",
|
|
|
|
"karma-qunit": "^1.2.0",
|
|
|
|
"karma-safari-launcher": "^1.0.0",
|
|
|
|
"karma-sinon": "^1.0.5",
|
2015-04-29 14:36:20 -07:00
|
|
|
"load-grunt-tasks": "^3.1.0",
|
2016-12-02 15:51:41 -05:00
|
|
|
"lodash": "^4.16.6",
|
2016-08-25 15:49:40 -04:00
|
|
|
"markdown-table": "^1.0.0",
|
2016-10-18 14:42:10 -04:00
|
|
|
"npm-run": "^4.1.0",
|
2015-09-24 19:58:25 -04:00
|
|
|
"proxyquireify": "^3.0.0",
|
2016-12-19 16:07:59 -05:00
|
|
|
"qunitjs": "1.23.1",
|
2016-12-20 16:55:59 -05:00
|
|
|
"remark-cli": "^2.1.0",
|
|
|
|
"remark-lint": "^5.2.0",
|
|
|
|
"remark-toc": "^3.1.0",
|
|
|
|
"remark-validate-links": "^5.0.0",
|
2017-01-04 10:58:54 -05:00
|
|
|
"shelljs": "^0.7.5",
|
2015-08-24 17:46:54 -07:00
|
|
|
"sinon": "^1.16.1",
|
2015-04-29 14:36:20 -07:00
|
|
|
"time-grunt": "^1.1.1",
|
2017-01-24 11:26:39 -05:00
|
|
|
"tui-jsdoc-template": "^1.1.0",
|
2016-08-17 23:53:46 +02:00
|
|
|
"uglify-js": "~2.7.3",
|
2016-07-25 09:49:38 -04:00
|
|
|
"videojs-doc-generator": "0.0.1",
|
2016-12-20 18:32:24 -05:00
|
|
|
"videojs-standard": "^6.0.1",
|
2017-02-01 17:21:44 -05:00
|
|
|
"webpack": "^1.13.2",
|
|
|
|
"videojs-flash": "^1.0.0-RC.0"
|
2015-05-01 12:48:28 -07:00
|
|
|
},
|
2016-07-25 09:49:38 -04:00
|
|
|
"vjsstandard": {
|
2015-05-01 12:48:28 -07:00
|
|
|
"ignore": [
|
2015-08-03 15:19:36 -04:00
|
|
|
"**/Gruntfile.js",
|
2016-08-17 17:16:41 -04:00
|
|
|
"**/es5/**",
|
2015-05-01 12:48:28 -07:00
|
|
|
"**/build/**",
|
|
|
|
"**/dist/**",
|
|
|
|
"**/docs/**",
|
|
|
|
"**/lang/**",
|
|
|
|
"**/sandbox/**",
|
2016-07-25 09:49:38 -04:00
|
|
|
"**/test/api/**",
|
|
|
|
"**/test/coverage/**",
|
|
|
|
"**/test/karma.conf.js"
|
2015-05-01 12:48:28 -07:00
|
|
|
]
|
2016-07-28 16:31:03 -04:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"ghooks": {
|
2016-08-17 17:16:41 -04:00
|
|
|
"pre-push": "npm run lint -- --errors"
|
2016-07-28 16:31:03 -04:00
|
|
|
}
|
2013-01-11 23:02:20 -08:00
|
|
|
}
|
|
|
|
}
|