forked from sumyumguy92/FastLED
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
59 lines (59 loc) · 1.48 KB
/
Copy pathlibrary.json
File metadata and controls
59 lines (59 loc) · 1.48 KB
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
58
59
{
"name": "FastLED - LEDGloves Fork",
"description": "Forked from FastLED/FastLED <3",
"keywords": "led,noise,rgb,math,fast",
"authors": [
{
"name": "Daniel Garcia",
"url": "https://github.com/focalintent",
"maintainer": true
},
{
"name": "Mark Kriegsman",
"url": "https://github.com/kriegsman",
"maintainer": true
},
{
"name": "Sam Guyer",
"url": "https://github.com/samguyer",
"maintainer": true
},
{
"name": "Jason Coon",
"url": "https://github.com/jasoncoon",
"maintainer": true
},
{
"name": "Josh Huber",
"url": "https://github.com/uberjay",
"maintainer": true
},
{
"name": "Jarrad Fallon",
"url": "https://github.com/sumyumguy92",
"maintainer": true
},
{
"name": "Rayce Stipanovich",
"url": "https://github.com/musicmindmachine",
"maintainer": true
}
],
"repository": {
"type": "git",
"url": "https://github.com/musicmindmachine/FastLED---LEDGloves-Fork.git"
},
"version": "3.5.3",
"license": "MIT",
"homepage": "http://fastled.io",
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam, freescalekinetis, nordicnrf51, nxplpc, ststm32, teensy, espressif8266, espressif32, nordicnrf52",
"headers": "FastLED.h",
"export": {
"exclude": ["docs", "extras"]
},
"build": {
"srcFilter": ["+<*.c>", "+<*.cpp>", "+<*.h>", "+<platforms/esp/32/*.cpp>"],
"libArchive": false
}
}