-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 797 Bytes
/
Copy pathbower.json
File metadata and controls
30 lines (30 loc) · 797 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
{
"name": "angular-admin",
"version": "0.0.0",
"dependencies": {
"angular": "1.2.15",
"json3": "~3.2.6",
"es5-shim": "~2.1.0",
"jquery": "~2.x",
"bootstrap-sass-official": "~3.1.0",
"angular-resource": "1.2.15",
"angular-cookies": "1.2.15",
"angular-sanitize": "1.2.15",
"angular-ui-router": "latest",
"ng-bs-daterangepicker": "~0.0.3",
"angular-bootstrap-colorpicker": "~3.0.5",
"angular-ui-calendar": "latest",
"jquery-ui": "~1.10.3",
"fullcalendar": "~1.x",
"pace": "~0.5.1",
"ng-file-upload": "~1.3.1",
"ng-table": "latest",
"angular-bootstrap": "~0.10.0",
"angular-touch": "~1.2.15",
"fontawesome": "~4.0.3"
},
"devDependencies": {
"angular-mocks": "1.2.15",
"angular-scenario": "1.2.15"
}
}