-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathlibrary.json
More file actions
23 lines (23 loc) · 801 Bytes
/
library.json
File metadata and controls
23 lines (23 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "NeoPatterns",
"version": "3.4.1",
"description": "Patterns for NeoPixel strips and matrixes including the patterns of the NeoPattern example by Adafruit.",
"keywords": "NeoPixel, adafruit",
"homepage": "https://github.com/ArminJo/NeoPatterns",
"repository": {
"type": "git",
"url": "https://github.com/ArminJo/NeoPatterns.git"
},
"authors": {
"name": "Armin Joachimsmeyer",
"email": "armin.arduino@gmail.com",
"maintainer": true
},
"license": "GPL-3.0-or-later",
"frameworks": "arduino",
"platforms": ["atmelavr", "atmelmegaavr", "espressif8266", "espressif32", "ststm32"],
"headers": "NeoPatterns.hpp",
"examples": "examples/*/*.ino",
"dependencies": { "Adafruit/Adafruit NeoPixel": "*"},
"export": {"exclude": [".github", "pictures"]}
}