forked from joabakk/signalk-polar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.5 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
52
53
54
55
56
57
{
"dependencies": {
"@signalk/nmea0183-utilities": "^0.8.1",
"baconjs": "^2.0.13",
"csv": "^5.5.3",
"uuid": "^3.4.0",
"better-sqlite3": "^7.6.2",
"highcharts": "^9.3.3",
"express": "^4.18.2",
"lodash": "^4.17.21",
"snyk": "^1.1064.0"
},
"description": "Signal K server plugin to store and retrieve polar data with sqlite3 db",
"devDependencies": {
"browserify": "^16.3.0",
"chai": "^4.0.0",
"chai-things": "^0.2.0",
"mocha": "^9.1.3",
"watchify": "^4.0.0"
},
"directories": {},
"dist": {
"shasum": "e6635038b4befdf220613b8a5c454f1c6b2712ef",
"tarball": "https://registry.npmjs.org/signalk-polar/-/signalk-polar-1.3.1.tgz"
},
"keywords": [
"signalk-node-server-plugin",
"signalk-webapp"
],
"license": "ISC",
"author": {
"name": "Joachim Bakke"
},
"main": "main.js",
"maintainers": [
{
"name": "joabakk",
"email": "[email protected]"
}
],
"name": "signalk-polar",
"readme": "ERROR: No README data found!",
"scripts": {
"test": "mocha",
"build": "browserify graphing.js -o public/bundle.js",
"watch": "watchify graphing.js -o public/bundle.js",
"updatepolars": "svn export --force https://github.com/seandepagnier/weather_routing_pi/trunk/data/polars ./seandepagnier",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"signalk": {
"appIcon": "./assets/icons/diagram.png",
"displayName": "signalk-polar"
},
"version": "3.0.3",
"snyk": true
}