-
Notifications
You must be signed in to change notification settings - Fork 241
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 679 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 679 Bytes
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
30
31
32
33
34
35
{
"name": "vjs-resolution-switcher",
"version": "0.4.2",
"authors": [
"Kasper Moskwiak <kasper.moskwiak@gmail.com>"
],
"description": "Resolution switcher for video.js 5",
"main": [
"lib/videojs-resolution-switcher.js",
"lib/videojs-resolution-switcher.css"
],
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"videojs",
"flash",
"video",
"player",
"resolution",
"sources",
"videojs-plugin"
],
"license": "Apache-2.0",
"homepage": "https://github.com/kmoskwiak/videojs-resolution-switcher",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}