docker-registry-frontend/bower.json
Konrad Kleine f740662ffb Group repositories by username
The repository list now groups all repositories by username.

Due to the grouping sorting becomes an issue and that's why I've removed the
sort button.
2015-02-04 10:25:31 +01:00

28 lines
694 B
JSON

{
"name": "docker-registry-frontend",
"version": "0.0.0",
"dependencies": {
"angular": "~1.3.0",
"json3": "~3.3.1",
"es5-shim": "~3.1.0",
"bootstrap": "~3.2.0",
"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.11.2",
"angular-loading-bar": "~0.6.0",
"angular-moment": "~0.8.2",
"angular-smart-table": "~1.3.0",
"angular-filter": "~0.5.2"
},
"devDependencies": {
"angular-mocks": "~1.3.0",
"angular-scenario": "~1.3.0"
},
"appPath": "app"
}