Blame view

node_modules/videojs-hotkeys/bower.json 620 Bytes
2a09d1a4   liuqimichale   添加宜春 天水 宣化
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
  {
    "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"
    }
  }