-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathbower.json
More file actions
26 lines (26 loc) · 720 Bytes
/
bower.json
File metadata and controls
26 lines (26 loc) · 720 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
{
"name": "ng-youtube-embed",
"main": "build/ng-youtube-embed.min.js",
"version": "1.7.17",
"homepage": "https://github.com/ArunMichaelDsouza/ng-youtube-embed",
"authors": [
"Arun Michael Dsouza <amdsouza92@gmail.com>"
],
"description": "AngularJS module to embed Youtube videos with support for Youtube player parameters and JavaScript API for iframe embeds. Superlight (less than 5KB) and easy to use! Supports Youtube video URLs and IDs. No 3rd party JS dependencies. ",
"keywords": [
"youtube",
"video",
"youtube api",
"js api",
"embed",
"iframe"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}