videojs-resolution-switcher-webpack
Version:
Resolution switcher for video.js 7
54 lines (53 loc) • 1.22 kB
JSON
{
"name": "videojs-resolution-switcher-webpack",
"version": "0.4.6",
"main": "./lib/videojs-resolution-switcher.js",
"author": {
"name": "Nam Nguyen Van",
"email": "vannam1993cse@gmail.com",
"url": "bag-umbala.com"
},
"contributors": [
{
"name": "Pierre Kraft",
"name": "Nam Nguyen Van"
}
],
"description": "Resolution switcher for video.js 7",
"repository": {
"type": "git",
"url": "git@github.com:cavoixanha/videojs-resolution-switcher.git"
},
"bugs": {
"url": "https://github.com/kmoskwiak/videojs-resolution-switcher/issues"
},
"license": "Apache-2.0",
"keywords": [
"videojs",
"html5",
"flash",
"video",
"player",
"resolution",
"source",
"videojs-plugin"
],
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^1.0",
"grunt-contrib-concat": "^1.0",
"grunt-contrib-jshint": "^1.0",
"grunt-contrib-qunit": "^1.1",
"grunt-contrib-uglify": "^1.0",
"grunt-contrib-watch": "^1.0",
"video.js": "^7.14.3",
"qunitjs": "^1.22",
"videojs-youtube": "^2.0.8"
},
"peerDependencies": {
"video.js": "^7.14.3"
}
}