-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1003 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 1003 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "rt-map",
"version": "2.0.0",
"description": "Real time map manager",
"main": "dist/index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"build": "npx tsc",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ffis/rt-map.git"
},
"keywords": [
"real",
"time",
"map",
"leaflet"
],
"author": "Loksly",
"license": "MIT",
"bugs": {
"url": "https://github.com/ffis/rt-map/issues"
},
"homepage": "https://github.com/ffis/rt-map#readme",
"dependencies": {
"archiver": "^5.3.0",
"body-parser": "^1.18.3",
"express": "^4.16.4",
"express-fileupload": "^1.2.1",
"jquery": "^3.3.1",
"leaflet-rastercoords": "^1.0.3",
"python-shell": "^2.0.3",
"xml2js": "^0.4.19"
},
"devDependencies": {
"@types/archiver": "^5.1.0",
"@types/express": "^4.17.11",
"@types/express-fileupload": "^1.1.6",
"@types/xml2js": "^0.4.8",
"typescript": "^4.2.3"
}
}