forked from hpsaturn/MultiFuncShield-Library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
42 lines (42 loc) · 854 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
37
38
39
40
41
42
{
"name": "MultiFuncShield",
"keywords": "Multi function Shield, MFS, MultiFuncShield",
"description": "Allows easy use of multi function shield.",
"authors":
[
{
"name": "@hpsaturn",
"url": "https://hpsaturn.com",
"maintainer": true
},
{
"name": "Hackatronics",
"url": "http://www.cohesivecomputing.co.uk/hackatronics/arduino-multi-function-shield/"
}
],
"repository":
{
"type": "git",
"url": "https://github.com/hpsaturn/MultiFuncShield-Library.git"
},
"version": "1.0.1",
"frameworks": "arduino",
"platforms":
[
"atmelavr",
"teensy"
],
"dependencies":
[
{"name":"TimerOne", "owner":"paulstoffregen", "version":"^1.1"}
],
"export": {
"exclude":
[
".github",
".travis.yml",
".gitignore",
"releases"
]
}
}