-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
34 lines (34 loc) · 771 Bytes
/
Copy pathlibrary.json
File metadata and controls
34 lines (34 loc) · 771 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
{
"name": "SmartSerial",
"version": "1.0.2",
"description": "A helpful serial library for Arduino, with practical functions.",
"keywords": "serial, formatting, practically",
"repository":
{
"type": "git",
"url": "https://github.com/Ziesie1/SmartSerial.git"
},
"authors":
[
{
"name": "Maurice Ziesmann",
"email": "mauricezie@googlemail.com",
"maintainer": true
}
],
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"export": {
"include":
[
"examples/*",
"include/*",
"src/SmartSerial.cpp",
"keywords.txt",
"library.json",
"library.properties",
"readme.md"
]
}
}