-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.09 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
43
44
45
46
47
48
49
50
51
{
"name": "gps",
"version": "2.0.0",
"description": "Read NMEA data of a GPS Module from a Serial Port and show the current position on Google Maps",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoccodrillooXDS/GPS.git"
},
"keywords": [
"GPS",
"NMEA",
"Serial",
"Google Maps",
"NodeJS",
"Javascript",
"HTML",
"CSS",
"Google",
"Maps",
"Map",
"Position",
"Location",
"Geolocation",
"Module",
"Arduino",
"GPS Module"
],
"author": "CoccodrillooXDS",
"license": "MIT",
"bugs": {
"url": "https://github.com/CoccodrillooXDS/GPS/issues"
},
"homepage": "https://github.com/CoccodrillooXDS/GPS#readme",
"dependencies": {
"@serialport/list": "^10.5.0",
"angles": "^0.2.4",
"byline": "^5.0.0",
"chai": "^4.3.7",
"colors": "^1.4.0",
"express": "^4.18.2",
"gps": "^0.6.1",
"mocha": "^10.2.0",
"node-hid": "^2.1.2",
"serialport": "^9.2.8",
"socket.io": "^4.5.4"
}
}