-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbower.json
56 lines (56 loc) · 1.38 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
{
"name": "busca-ativa-escolar-web",
"version": "1.0.0",
"authors": [
"Aryel Tupinamba <[email protected]>"
],
"moduleType": [
"globals"
],
"license": "AGPLv3",
"homepage": "http://lqdi.net",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"resolutions": {
"angular": "~1.6.0",
"jquery": "^3.1.0",
"angular-sanitize": "~1.6.0"
},
"dependencies": {
"angular": "~1.6.0",
"jquery": "^3.1.0",
"bootstrap": "3.3.7",
"arrive": "^2.3.1",
"bootstrap-material-design": "master",
"angular-animate": "~1.6.0",
"angular-sanitize": "~1.6.0",
"angular-cookies": "~1.6.0",
"angular-resource": "~1.6.0",
"angular-input-masks": "^2.5.0",
"angular-bootstrap": "~2.4.0",
"angular-ui-select": "~0.19.4",
"ng-file-upload": "~12.0.4",
"ng-file-upload-shim": "~12.0.4",
"ngSmoothScroll": "~2.0.0",
"ngToast": "ngtoast#~2.0.0",
"ngstorage": "~0.3.11",
"highcharts": "^4.2.6",
"moment": "^2.17.1",
"highcharts-ng": "0.0.13",
"angular-numeraljs": "~1.3.0",
"angular-moment": "~1.0.1",
"angular-ui-router": "0.4.2",
"checklist-model": "^0.10.0",
"angular-ui-ace": "bower",
"json-formatter": "^0.6.0",
"angular-br-filters": "^0.7.0",
"angular-google-maps": "^2.4.1",
"angular-i18n": "^1.6.2",
"numeral": "^1.5.6"
}
}