|
1 | 1 | {
|
2 |
| - "name": "FastLED", |
3 |
| - "keywords": "led,noise,rgb,math,fast", |
4 |
| - "description": "FastLED is a library for programming addressable rgb led strips (APA102/Dotstar, WS2812/Neopixel, LPD8806, and a dozen others) acting both as a driver and as a library for color management and fast math.", |
5 |
| - "repository": |
6 |
| - { |
7 |
| - "type": "git", |
8 |
| - "url": "https://github.com/FastLED/FastLED.git" |
9 |
| - }, |
10 |
| - "authors": |
11 |
| - [ |
12 |
| - { |
13 |
| - "name": "Daniel Garcia", |
14 |
| - "url": "https://github.com/focalintent", |
15 |
| - "maintainer": true |
| 2 | + "name": "FastLED", |
| 3 | + "description": "FastLED is a library for programming addressable rgb led strips (APA102/Dotstar, WS2812/Neopixel, LPD8806, and a dozen others) acting both as a driver and as a library for color management and fast math.", |
| 4 | + "keywords": "led,noise,rgb,math,fast", |
| 5 | + "authors": [ |
| 6 | + { |
| 7 | + "name": "Daniel Garcia", |
| 8 | + "url": "https://github.com/focalintent", |
| 9 | + "maintainer": true |
| 10 | + }, |
| 11 | + { |
| 12 | + "name": "Mark Kriegsman", |
| 13 | + "url": "https://github.com/kriegsman", |
| 14 | + "maintainer": true |
| 15 | + } |
| 16 | + ], |
| 17 | + "repository": { |
| 18 | + "type": "git", |
| 19 | + "url": "https://github.com/FastLED/FastLED.git" |
16 | 20 | },
|
17 |
| - { |
18 |
| - "name": "Mark Kriegsman", |
19 |
| - "url": "https://github.com/kriegsman", |
20 |
| - "maintainer": true |
21 |
| - } |
22 |
| - ], |
23 |
| - "frameworks": "arduino", |
24 |
| - "platforms": "atmelavr,atmelsam,freescalekinetis,nordicnrf51,nxplpc,ststm32,teensy" |
| 21 | + "version": "3.1.4", |
| 22 | + "license": "MIT", |
| 23 | + "homepage": "http://fastled.io", |
| 24 | + "frameworks": "arduino", |
| 25 | + "platforms": "atmelavr,atmelsam,freescalekinetis,nordicnrf51,nxplpc,ststm32,teensy", |
| 26 | + "examples": [ |
| 27 | + "examples/*/*.ino", |
| 28 | + "examples/*/*/*.ino" |
| 29 | + ] |
25 | 30 | }
|
0 commit comments