forked from silverbux/laravel-angular-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 744 Bytes
/
bower.json
File metadata and controls
33 lines (33 loc) · 744 Bytes
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
{
"name": "laravel-angularjs-admin",
"authors": [
"Alex Quiambao <[email protected]>"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "^2.2.3",
"angular": "~1.5.x",
"angular-ui-router": "~0.2.15",
"ngstorage": "~0.3.10",
"restangular": "~1.5.2",
"angular-loading-bar": "~0.9.0",
"satellizer": "^0.14.0",
"angular-bootstrap": "^1.3.1",
"bootstrap": "^3.3.6",
"AdminLTE": "admin-lte#^2.3.3",
"angular-chart.js": "^0.10.0",
"angular-acl": "^0.1.5",
"angular-datatables": "^0.5.4",
"sweetalert": "^1.1.3",
"checklist-model": "^0.9.0"
},
"resolutions": {
"angular": "~1.5.x"
}
}