-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
48 lines (48 loc) · 1.1 KB
/
bower.json
File metadata and controls
48 lines (48 loc) · 1.1 KB
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
43
44
45
46
47
48
{
"name": "fnlf-client",
"homepage": "https://github.com/FNLF/fnlf-client",
"authors": [
"haakon-soegnen",
"einarhuseby"
],
"description": "",
"main": "",
"moduleType": [],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.4.9",
"angular-bootstrap": "~0.13.4",
"angular-cookies": "1.4.9",
"angular-loading-bar": "~0.8.0",
"angular-moment": "^1.0.1",
"angular-route": "1.4.9",
"angular-sanitize": "1.4.9",
"angular-ui-bootstrap-datetimepicker": "0.12.0",
"angy-auth2": "einarhuseby/angry-auth2",
"bootstrap-additions": "^0.3.1",
"bootstrap-css-only": "3.3.6",
"font-awesome": "fontawesome#4.2.0",
"ng-file-upload": "^12.2.13",
"ng-file-upload-shim": "^12.2.13",
"ng-idle": "~1.3.2",
"ng-table": "~0.8.3",
"ngmap": "^1.16.7",
"ui-select": "angular-ui-select#~0.19.8"
},
"overrides": {
"angy-auth2": {
"main": [
"./lib/http-auth-interceptor.js"
],
"dependencies": {}
}
}
}