forked from vimeo/player.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 658 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 658 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
36
37
{
"name": "vimeo-player-js",
"homepage": "https://github.com/vimeo/player.js",
"authors": [
"Brad Dougherty <brad@vimeo.com> (https://brad.is)"
],
"description": "Interact with and control an embedded Vimeo Player.",
"main": "dist/player.min.js",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"vimeo",
"player",
"api",
"iframe",
"embed",
"video",
"javascript",
"postMessage"
],
"license": "MIT",
"ignore": [
"**/.*",
".nyc_output",
".github",
"coverage",
"docs",
"src",
"node_modules",
"test",
"codecov.yml",
"rollup.config.js"
]
}