-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
executable file
·55 lines (55 loc) · 1.57 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
{
"name": "salao7-web",
"version": "0.0.0",
"dependencies": {
"angular": "^1.4.0",
"bootstrap": "^3.2.0",
"angular-animate": "^1.4.0",
"angular-cookies": "^1.4.0",
"angular-resource": "^1.4.0",
"angular-route": "^1.4.0",
"angular-sanitize": "^1.4.0",
"angular-touch": "^1.4.0",
"satellizer": "^0.14.1",
"angular-bootstrap": "^1.3.3",
"interact": "^1.2.6",
"angular-bootstrap-calendar": "^0.20.2",
"angular-ui-router": "^0.3.1",
"ng-img-crop": "ngImgCrop#^0.3.2",
"angular-aside": "^1.3.2",
"angular-bootstrap-simple-chat": "^0.4.0",
"ng-bs-animated-button": "^2.0.3",
"angular-better-placeholders": "^0.3.0",
"angular-material-icons": "^0.7.0",
"underscore": "^1.8.3",
"angular-qrcode": "monospaced/angular-qrcode#^6.2.1",
"qrcode.js": "qrcode#^1.0.2",
"angular-qr": "^0.2.0",
"angular-dialog-service": "^5.3.0",
"bootstrap-ui-datetime-picker": "^2.4.0",
"angucomplete": "*",
"ng-table": "^1.0.0",
"angular-input-masks": "^2.4.0",
"angular-material-data-table": "^0.10.9",
"angular-material-datetimepicker": "^1.4.0",
"ng-file-upload": "^12.0.4",
"aws-sdk": "aws-sdk-js#^2.4.4",
"angular-google-maps": "^2.3.2",
"angular-google-places-autocomplete": "^0.2.7",
"ngmap": "^1.17.8"
},
"devDependencies": {
"angular-mocks": "^1.4.0"
},
"appPath": "app",
"moduleName": "salao7WebApp",
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
]
}
}
}