-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
41 lines (41 loc) · 1 KB
/
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
32
33
34
35
36
37
38
39
40
41
{
"name": "yoobee-hardware-booking-system",
"description": "a booking system for yoobee students allowing online hardware booking",
"main": "index.js",
"authors": [
"beshad ghorbani"
],
"license": "ISC",
"homepage": "https://github.com/beshad/yoobee_booking_app",
"moduleType": [],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular-material": "^1.0.7",
"mdi": "^1.5.54",
"jquery": "^2.2.3",
"ang-accordion": "*",
"angular-ui-calendar": "^1.0.1",
"moment": "^2.12.0",
"angular": "^1.5.5",
"angular-bootstrap": "^1.3.2",
"qtip2": "^2.2.1",
"datatables.net-zf": "^1.10.11",
"datatables.net-select-zf": "^1.1.2",
"angular-cookies": "^1.5.5",
"angular-datatables": "^0.5.4",
"angular-route": "^1.5.5",
"angular-ui-router": "^0.2.18",
"bootstrap": "^3.3.6",
"datatables": "^1.10.11",
"jquery-ui": "^1.11.4"
},
"resolutions": {
"angular": "1.3.15"
}
}