sum7/warehost-frontend
sum7
/
warehost-frontend
Archived
1
0
Fork 0
This repository has been archived on 2020-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
warehost-frontend/bower.json

27 lines
531 B
JSON
Raw Normal View History

2016-08-14 13:37:26 +02:00
{
2016-08-14 14:22:11 +02:00
"name": "warehost-webclient",
2016-08-14 13:37:26 +02:00
"authors": [
"Martin Geno <geno+dev@fireorbit.de>"
],
"description": "",
"main": "",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular-ui-router": "^0.3.1",
"angular-bootstrap": "^1.3.3",
"bootstrap": "^3.3.6",
2016-08-20 01:17:28 +02:00
"bootswatch": "^3.3.7",
2016-09-11 18:40:03 +02:00
"ng-table": "^1.0.0",
"angular-ui-select": "^0.19.4",
2016-09-13 20:00:06 +02:00
"angular-sanitize": "^1.5.8",
"angular-ui-tree": "^2.21.2"
2016-08-14 13:37:26 +02:00
}
}