You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
649 B

{
"name": "videojs-hotkeys",
"homepage": "https://github.com/ctd1500/videojs-hotkeys",
"authors": [
"Chris Dougherty"
],
"license": "Apache-2.0",
"description": "A plugin for Video.js that enables keyboard hotkeys when the player has focus.",
"main": "videojs.hotkeys.min.js",
"repository": {
"type": "git",
"url": "git://github.com/ctd1500/videojs-hotkeys.git"
},
"keywords": [
"videojs",
"videojs-plugin",
"hotkeys",
"video"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"build"
],
"dependencies": {
"video.js": ">=4.4.0"
}
}