-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 719 Bytes
/
Copy pathbower.json
File metadata and controls
30 lines (30 loc) · 719 Bytes
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
{
"name": "Room Booking System",
"version": "1.2.0",
"homepage": "https://github.com/neokoenig/RoomBooking",
"authors": [
"Tom King <tom@oxalto.co.uk>"
],
"description": "Room Booking System",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"source",
"test",
"tests"
],
"devDependencies": {
"bootstrap": "~3.3.1",
"moment": "~2.8.3",
"fullcalendar": "~2.3.2",
"eonasdan-bootstrap-datetimepicker": "~4.14.30",
"bootstrapvalidator": "~0.5.3",
"colorpicker": "~1.0.16",
"minicolors": "~2.1.7",
"gridmanager": "git@github.com:neokoenig/jQuery-gridmanager.git#0.3.2",
"bootbox": "~4.3.0"
}
}