-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
36 lines (36 loc) · 940 Bytes
/
library.json
File metadata and controls
36 lines (36 loc) · 940 Bytes
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": "FlameFlickerSimulator",
"version": "1.1.0",
"description": "Realistic fire and flame flicker animation using Adafruit NeoPixel and TaskScheduler.",
"keywords": "flame, torch, campfire, candle, flicker, neopixel, animation, halloween, pumpkin",
"repository": {
"type": "git",
"url": "https://github.com/CastilloDelSol/FlameFlickerSimulator.git"
},
"authors": [
{
"name": "CastilloDelSol",
"maintainer": true
}
],
"frameworks": "arduino",
"platforms": "*",
"dependencies": [
{
"name": "Adafruit NeoPixel",
"version": "1.15.2",
"repository": {
"type": "git",
"url": "https://github.com/adafruit/Adafruit_NeoPixel.git#1.15.2"
}
},
{
"name": "TaskScheduler",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/CastilloDelSol/TaskScheduler.git#v0.1.0"
}
}
]
}