-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
46 lines (46 loc) · 1.22 KB
/
bower.json
File metadata and controls
46 lines (46 loc) · 1.22 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "rehAppAngularJS",
"description": "Management support system for the private rehabilitation cabinets - web application",
"license": "MIT",
"keywords": [
"AngularJS",
"angular",
"johnpapa",
"John",
"Papa",
"styleguide",
"management",
"support",
"system",
"rehabilitation",
"cabinet"
],
"authors": [
"Michal Pietrzak"
],
"homepage": "https://github.com/pamigomp/rehAppAngularJS",
"repository": {
"type": "git",
"url": "https://github.com/pamigomp/rehAppAngularJS.git"
},
"ignore": [],
"dependencies": {
"angular": "^1.5.8",
"angular-animate": "^1.5.8",
"angular-aria": "^1.5.8",
"angular-cookies": "^1.5.8",
"angular-i18n": "^1.5.8",
"angular-messages": "^1.5.8",
"angular-mocks": "^1.5.8",
"angular-bootstrap": "^2.1.3",
"angular-chart.js": "^0.10.2",
"angular-material": "^1.1.1",
"angular-ui-router": "^0.3.1",
"bootstrap": "^3.3.7",
"font-awesome": "^4.6.3",
"jquery": "^2.2.4",
"metisMenu": "^2.5.2",
"ng-table": "^1.0.0"
},
"private": true
}