-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
52 lines (52 loc) · 1.18 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
{
"name": "turtleweb",
"description": "Turtleweb Frontend",
"authors": [
"CCG <[email protected]>"
],
"homepage": "https://github.com/muccg/turtleweb",
"license": "UNLICENSED",
"private": true,
"moduleType": [],
"main": [
"frontend/app/index.module.ts",
"frontend/app/index.less"
],
"dependencies": {
"angular": "~1.5.0",
"angular-animate": "~1.5.0",
"angular-cookies": "~1.5.0",
"angular-touch": "~1.5.0",
"angular-sanitize": "~1.5.0",
"angular-component-router": "~0.2.0",
"jquery": "~2.1.4",
"restangular": "1.5.2",
"bootstrap": "3.3.6",
"angular-bootstrap": "1.2.4",
"moment": "~2.12.0",
"moment-timezone": "~0.5.1",
"lodash": "~4.6.1",
"angular-chart.js": "0.5.3",
"angular-ui-select": "0.16.0",
"angular-ui-sortable": "0.13.4",
"ng-file-upload": "5.0.9",
"bootbox": "4.4.0",
"ngstorage": "0.3.10"
},
"devDependencies": {
"angular-mocks": "~1.5.0"
},
"resolutions": {
"jquery": "~2.1.4",
"angular": "1.5.3"
},
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/fonts/*",
"dist/js/bootstrap.js"
]
}
}
}