forked from IBM/watson-multimedia-analyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
32 lines (32 loc) · 780 Bytes
/
bower.json
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
{
"name": "watson-mm-pipeline",
"description": "UI for Watson Multimedia",
"main": "app.js",
"authors": [
"Scott W Graham <[email protected]>"
],
"license": "MIT",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/bower_components",
"test",
"tests"
],
"dependencies": {
"angular-material": "^1.1.3",
"angular-route": "^1.5.8",
"angular-filter": "^0.5.11",
"jqcloud2": "^2.0.2",
"videogular": "^1.4.4",
"videogular-controls": "^1.4.4",
"videogular-buffering": "^1.4.4",
"videogular-overlay-play": "^1.4.4",
"videogular-poster": "^1.4.4",
"videogular-themes-default": "^1.4.4",
"bower-videogular-youtube": "videogular-youtube#^2.0.6"
}
}