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

24 lines
427 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",
"ng-table": "^1.0.0"
2016-08-14 13:37:26 +02:00
}
}