forked from donatmarko/ivao-booking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 871 Bytes
/
package.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
{
"name": "ivao-booking",
"version": "0.9.0",
"description": "New booking system for IVAO Real Flight Event or similar events by Donat Marko",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"bootstrap": "^4.1.3",
"ckeditor": "^4.10.1",
"datatables.net-bs4": "^1.10.23",
"jquery": "3.4.1",
"leaflet": "^1.3.4",
"leaflet-arc": "^1.0.2",
"moment": "^2.22.2",
"popper.js": "^1.14.4",
"sweetalert2": "^7.28.5",
"tempusdominus-bootstrap-4": "^5.1.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/donatmarko/ivao-booking.git"
},
"keywords": [
"ivao",
"rfe",
"booking",
"pde",
"flight",
"division"
],
"author": "Donat Marko",
"license": "GPL-v3"
}