-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
30 lines (30 loc) · 891 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
{
"name": "signalk-postgsail",
"version": "0.3.2",
"description": "Automatically log your sails and remotely monitor your boat with history. Your vessel logbook, monitoring and visibility open-source stack.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"keywords": [
"signalk-node-server-plugin",
"signalk-category-utility",
"signalk-category-cloud",
"signalk"
],
"author": "Francois Lacroix <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"axios": "^0.27.2",
"moment": "^2.29.4",
"sqlite3": "^5.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xbgmsharp/signalk-postgsail.git"
},
"bugs": {
"url": "https://github.com/xbgmsharp/signalk-postgsail/issues"
},
"homepage": "https://github.com/xbgmsharp/signalk-postgsail#readme"
}