mirror of
https://github.com/kmoskwiak/videojs-resolution-switcher.git
synced 2025-10-03 01:39:19 +02:00
29 lines
632 B
JSON
29 lines
632 B
JSON
{
|
|
"name": "videojs-test",
|
|
"version": "0.0.0",
|
|
"author": "Kasper Moskwiak",
|
|
"description": "A revolutionary plugin for video.js",
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"videojs",
|
|
"html5",
|
|
"flash",
|
|
"video",
|
|
"player"
|
|
],
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"grunt-contrib-clean": "^0.4",
|
|
"grunt-contrib-concat": "^0.3",
|
|
"grunt-contrib-jshint": "^0.6",
|
|
"grunt-contrib-qunit": "^0.2",
|
|
"grunt-contrib-uglify": "^0.2",
|
|
"grunt-contrib-watch": "^0.4",
|
|
|
|
"video.js": "^5.0.0-rc.29",
|
|
"qunitjs": "^1.12"
|
|
},
|
|
"peerDependencies": {
|
|
"video.js": "^5.0.0-rc.29"
|
|
}
|
|
}
|