-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 938 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
{
"name": "signalk-speed-wind-averaging",
"version": "1.0.7",
"description": "SignalK plugin that provides calculates average boat speed and wind speed - all time and over a period.",
"main": "index.js",
"scripts": {
"format": "prettier-standard 'src/*.js'",
"build": "tsc",
"prepare": "tsc"
},
"homepage": "https://github.com/boatly/signalk-speed-wind-averaging",
"bugs": "https://github.com/boatly/signalk-speed-wind-averaging/issues",
"author": "Peter Sedman <[email protected]>",
"license": "ISC",
"keywords": [
"signalk-node-server-plugin",
"signal k",
"signalk"
],
"repository": {
"type": "git",
"url": "https://github.com/boatly/signalk-speed-wind-averaging"
},
"dependencies": {
"baconjs": "^0.7.88"
},
"devDependencies": {
"@types/baconjs": "^0.7.33",
"@types/node": "^8.0.0",
"prettier-standard": "^8.0.1",
"typescript": "^3.0.3"
}
}