-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlibrary.json
36 lines (36 loc) · 1005 Bytes
/
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
34
35
36
{
"name": "LEDuino",
"description": "Framework for defining patterns and mapping them to a configuration of addressable LEDs using FastLED.",
"keywords": "led,pattern,fastled",
"authors": [
{
"name": "Finn Andersen",
"url": "https://github.com/Finndersen",
"maintainer": true
}
],
"repository": {
"type": "git",
"url": "https://github.com/Finndersen/LEDuino.git"
},
"version": "0.2.2",
"license": "MIT",
"homepage": "https://github.com/Finndersen/LEDuino",
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam, freescalekinetis, nordicnrf51, nxplpc, ststm32, teensy, espressif8266, espressif32, nordicnrf52",
"headers": "LEDuino.h",
"export": {
"exclude": [
"docs",
"extras"
]
},
"build": {
"srcFilter": [
"+<*.c>",
"+<*.cpp>",
"+<*.h>"
],
"libArchive": false
}
}