-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 852 Bytes
/
bower.json
File metadata and controls
31 lines (31 loc) · 852 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
{
"name": "ng-multi-video",
"version": "1.0.0",
"authors": [
"Washington Soares <washingtonudi@gmail.com>"
],
"description": "Uma diretiva capaz e alternar entre um player HTML5 para arquivos MP4 ou para um player do Youtube/Vimeo a partir de sua URL",
"main": "src/ng-multi-video.js",
"dependencies": {
"angular": "~1.3.18",
"anguvideo": "https://github.com/Defina-se/angular-video.git",
"angular-clappr": "https://github.com/Defina-se/angular-clappr.git",
"angular-master-lightbox": "https://github.com/Defina-se/angular-master-lightbox.git"
},
"keywords": [
"video",
"mp4",
"youtube",
"player",
"vimeo"
],
"license": "MIT",
"homepage": "https://github.com/Defina-se/ng-multi-video",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}