-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 779 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 779 Bytes
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-Orientation",
"version": "1.0.1",
"description": "Provides Orientation (heading, pitch, roll, etc) data in Signal K format using SensESP",
"type": "library",
"keywords": [
"9 DoF",
"orientation",
"LIS3MDL",
"LSM6DSOX",
"FXOS8700",
"FXAS21002",
"SensESP",
"Signal K"
],
"author": "Bjarne Hansen",
"license": "BSD 3-Clause",
"homepage": "https://github.com/BjarneBitscrambler/SignalK-Orientation",
"repository": {
"type": "git",
"url": "https://github.com/BjarneBitscrambler/SignalK-Orientation.git"
},
"bugs": {
"url": "https://github.com/BjarneBitscrambler/SignalK-Orientation/issues"
},
"dependencies": {
"SensESP": "^3.0.0-beta.6",
"OrientationSensorFusion-ESP": "^1.0.0"
}
}