-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 949 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
{
"name": "mirador",
"version": "1.0.0",
"description": "Web application for mobile robots managment",
"main": "mirador.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/julesberhault/mirador.git"
},
"author": "Jules Berhault",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/julesberhault/mirador/issues"
},
"homepage": "https://github.com/julesberhault/mirador#readme",
"dependencies": {
"body-parser": "^1.20.0",
"bootstrap": "^5.2.0-beta1",
"bootstrap-icons": "^1.8.3",
"express": "^4.18.1",
"express-session": "^1.17.3",
"jquery": "^3.6.0",
"leaflet": "^1.8.0",
"leaflet-moving-rotated-marker": "0.0.1",
"mongodb": "^4.7.0",
"nipplejs": "^0.9.1",
"pug": "^3.0.2",
"roslib": "^1.3.0",
"socket.io": "^4.5.1",
"sortablejs": "^1.15.0"
}
}