forked from kwk/docker-registry-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
31 lines (31 loc) · 785 Bytes
/
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
{
"name": "docker-registry-frontend",
"version": "0.0.0",
"dependencies": {
"angular": "~1.3.0",
"json3": "~3.3.1",
"es5-shim": "~3.1.0",
"bootstrap": "3.3.4",
"angular-resource": "~1.3.0",
"angular-cookies": "~1.3.0",
"angular-sanitize": "~1.3.0",
"angular-animate": "~1.3.0",
"angular-touch": "~1.3.0",
"angular-route": "~1.3.0",
"toastr": "~2.0.3",
"angular-bootstrap": "~0.13.0",
"angular-loading-bar": "~0.6.0",
"angular-moment": "~0.8.2",
"angular-smart-table": "~1.3.0",
"angular-filter": "~0.5.2",
"angular-bootstrap-checkbox": "~0.3.1"
},
"devDependencies": {
"angular-mocks": "~1.3.0",
"angular-scenario": "~1.3.0"
},
"resolutions": {
"angular": "~1.3.0"
},
"appPath": "app"
}