-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
42 lines (42 loc) · 1021 Bytes
/
bower.json
File metadata and controls
42 lines (42 loc) · 1021 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
38
39
40
41
42
{
"name": "ledz",
"authors": [
"David Tello <dtello@seamgen.com>"
],
"description": "",
"main": "",
"moduleType": [],
"license": "MIT",
"homepage": "index.html",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "^3.3.6",
"angular": "^1.5.7",
"angular-ui-router": "^0.2.18",
"angular-mocks": "^1.5.3",
"angular-resource": "^1.5.3",
"ng-lodash": "^0.4.0",
"restangular": "^1.5.2",
"angular-bootstrap": "^1.2.5",
"angularfire": "^2.0.1",
"firebase": "^3.2.0",
"angular-soundmanager2": "^0.5.6",
"isotope": "^3.0.1",
"videogular": "^1.4.4",
"videogular-themes-default": "^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-ima-ads": "^1.4.4",
"videogular-angulartics": "^1.4.4",
"angular-sanitize": "^1.5.7"
}
}