-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
40 lines (40 loc) · 1.08 KB
/
bower.json
File metadata and controls
40 lines (40 loc) · 1.08 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
{
"name": "tek3-virtual-restaurant-admin",
"version": "0.0.0",
"dependencies": {
"angular": "^1.3.0",
"bootstrap": "^3.2.0",
"angular-animate": "^1.3.0",
"angular-aria": "^1.3.0",
"angular-cookies": "^1.3.0",
"angular-messages": "^1.3.0",
"angular-resource": "^1.3.0",
"angular-route": "^1.3.0",
"angular-sanitize": "^1.3.0",
"angular-touch": "^1.3.0",
"angular-ui-router": "~0.2.13",
"angular-bootstrap": "~0.12.1",
"lodash": "~3.10.0",
"angular-loading-bar": "~0.7.1",
"components-font-awesome": "~4.3.0",
"angular-translate": "~2.6.1",
"angular-translate-loader-static-files": "~2.6.1",
"ng-file-upload": "~4.2.0",
"angular-ui": "~0.4.0",
"restangular": "~1.5.1",
"ngstorage": "~0.3.0",
"angular-toastr": "~1.3.1",
"js-sha1": "~0.3.0",
"ngmap": "~1.7.11",
"angular-openlayers-directive": "~0.0.5"
},
"devDependencies": {
"angular-mocks": "^1.3.0"
},
"appPath": "app",
"moduleName": "tek3VirtualRestaurantAdminApp",
"resolutions": {
"angular": "1.4.2",
"lodash": "~3.10.0"
}
}