-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 958 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
{
"name": "tracksix",
"version": "1.2.1",
"description": "Track your [⛵|🚂|🚙|🚜|🛵|🛷|🚶] with a Raspberry Pi and a GPS.",
"main": "index.js",
"dependencies": {
"debug": "^4.1.1",
"mqtt": "^5.0.3",
"node-gpsd": "^0.3.0",
"throttle-end": "git+https://github.com/bencevans/throttle-end.git#961a27a72c82310797382e1083cb85e9059f24e1"
},
"bin": {
"tracksix": "./bin.js"
},
"devDependencies": {
"standard": "^17.0.0"
},
"scripts": {
"test": "standard",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/bencevans/tracksix.git"
},
"keywords": [
"owntracks",
"gps",
"recorder",
"gpsd"
],
"author": "Ben Evans <ben@bluechimp.io> (https://bencevans.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bencevans/tracksix/issues"
},
"homepage": "https://github.com/bencevans/tracksix#readme"
}