-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
70 lines (70 loc) · 1.62 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "frontend",
"main": [
"/dist/frontend.min.js",
"/dist/frontend.min.css"
],
"version": "0.1.0",
"description": "Frontend application for home-dashboard",
"authors": [
"Heikki-Jussi Niemi"
],
"ignore": [
"**/.*",
"package.json",
"klei.json",
"gulpfile.js",
"node_modules",
"bower_components",
"src"
],
"dependencies": {
"jquery": "3.1.1",
"bootswatch-dist": "3.3.2-spacelab",
"fontawesome": "4.7.0",
"lodash": "4.17.2",
"angular": "1.5.9",
"angular-animate": "~1.5.8",
"angular-loading-bar": "0.9.0",
"angular-ui-router": "0.2.18",
"angular-ui-bootstrap-bower": "2.3.0",
"angular-ui-utils": "3.0.0",
"angular-moment": "1.0.1",
"angular-bootstrap-show-errors": "2.3.0",
"angular-sanitize": "1.5.9",
"angular-xeditable": "0.5.0",
"angular-toastr": "2.1.1",
"angular-chart.js": "1.1.1",
"textAngular": "1.5.16",
"bootbox": "4.4.0",
"ngBootbox": "0.1.4",
"sails.io.js": "1.1.0",
"angularSails": "master",
"ngstorage": "~0.3.0",
"highcharts": "~5.0.3",
"highcharts-ng": "~0.0.8"
},
"devDependencies": {
"angular-mocks": "1.5.9"
},
"overrides": {
"fontawesome": {
"main": [
"css/font-awesome.min.css",
"fonts/FontAwesome.otf",
"fonts/fontawesome-webfont.eot",
"fonts/fontawesome-webfont.swg",
"fonts/fontawesome-webfont.ttf",
"fonts/fontawesome-webfont.svg"
]
},
"ngBootbox": {
"main": "dist/ngBootbox.js"
}
},
"resolutions": {
"lodash": "3.2.0",
"angular": "1.5.9",
"bootbox": "4.4.0"
}
}