-
Notifications
You must be signed in to change notification settings - Fork 1
/
library.json
33 lines (33 loc) · 1.05 KB
/
library.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": "ThetisLib",
"version": "2.0.2",
"description": "A library for containerizing all relevant functions for the Thetis instrumentation board",
"keywords": "Thetis, instrumentation, project",
"repository":
{
"type": "git",
"url": "https://github.com/Legohead259/ThetisLib"
},
"authors":
{
"name": "Braidan Duffy",
"email": "[email protected]",
"url": "https://github.com/Legohead259",
"maintainer": true
},
"license": "MIT",
"dependencies": {
"adafruit/Adafruit BusIO": "^1.11.6",
"adafruit/Adafruit Unified Sensor": "^1.1.5",
"adafruit/Adafruit LSM6DS": "^4.7.0",
"adafruit/Adafruit NeoPixel": "^1.10.5",
"stevemarple/MicroNMEA": "^2.0.6",
"me-no-dev/ESP Async WebServer": "^1.2.3",
"me-no-dev/AsyncTCP": "^1.1.1",
"adafruit/Adafruit LIS3MDL":"^1.2.1",
"adafruit/Adafruit MAX1704X":"^1.0.0",
"bblanchon/ArduinoJson":"^6.21.2"
},
"frameworks": "Arduino",
"platforms": "Thetis"
}