-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 915 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
37
38
39
40
41
42
{
"name": "live-cd-wifi-position",
"description": "Live vehicle geolocation of Czech Railways trains, taken from the on-board WiFi system.",
"version": "1.0.0",
"main": "index.js",
"files": [
"index.js",
"example.js"
],
"keywords": [
"cd",
"České dráhy",
"ceske drahy",
"czech",
"railways",
"wifi",
"portal",
"cdwifi.cz",
"geolocation",
"gps"
],
"author": "Jannis R <mail@jannisr.de>",
"homepage": "https://github.com/derhuerst/live-cd-wifi-position",
"repository": "derhuerst/live-cd-wifi-position",
"bugs": "https://github.com/derhuerst/live-cd-wifi-position/issues",
"license": "ISC",
"engines": {
"node": ">=12"
},
"dependencies": {
"cd-wifi-client": "^1.0.1"
},
"devDependencies": {
"eslint": "^7.3.0",
"ndjson": "^2.0.0"
},
"scripts": {
"test": "env NODE_ENV=dev node test.js",
"lint": "eslint .",
"prepublishOnly": "npm test && npm run lint"
}
}