-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 KB
/
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
37
38
39
40
41
42
{
"name": "vatmap",
"description": "Vatsim/Ivao aircrafts and ATC on maps.",
"homepage": "https://github.com/Iunusov/Vatsim-Flight-Map",
"author": "Artur Iunusov <[email protected]>",
"version": "1.1.1",
"repository": {
"type": "git",
"url": "https://github.com/Iunusov/Vatsim-Flight-Map"
},
"bugs": {
"url": "https://github.com/Iunusov/Vatsim-Flight-Map/issues"
},
"keywords": [
"vatsim",
"ivao",
"vatmap",
"mapbox",
"map"
],
"private": false,
"license": "MIT",
"devDependencies": {
"bootstrap": "^4.5.3",
"css-loader": "^5.0.0",
"details-polyfill": "^1.1.0",
"file-loader": "^6.2.0",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^4.5.0",
"jquery": "^3.5.1",
"jquery-ui": "^1.12.1",
"popper.js": "^1.16.1",
"raw-loader": "^4.0.2",
"script-ext-html-webpack-plugin": "^2.1.5",
"style-loader": "^2.0.0",
"underscore": "^1.11.0",
"url-loader": "^4.1.1",
"webpack": "^5.3.2",
"webpack-cli": "^4.1.0",
"mapbox-gl": "^1.12.0"
}
}