forked from streamaserver/streama-video-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
35 lines (35 loc) · 839 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
33
34
35
{
"name": "streama-video-player",
"homepage": "https://github.com/dularion/streama-video-player",
"authors": [
"dularion <[email protected]>"
],
"description": "Extracted streama video player",
"main": "dist/streama-video-player.js",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.6.2",
"alertify": "^0.3.10",
"angular-local-storage": "^0.5.2",
"jquery": "^3.1.1",
"jquery-mousewheel": "^3.1.13",
"mousetrap": "^1.6.0",
"Ionicons": "ionicons#^2.0.1",
"angularjs-slider": "^6.0.2",
"normalize-scss": "^3.0.3",
"bootstrap": "^3.3.7",
"streama-i18n": "*",
"lodash": "^4.17.4",
"angular-sanitize": "^1.6.4"
},
"resolutions": {
"jquery": "^3.1.1"
}
}