-
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) · 744 Bytes
/
library.json
File metadata and controls
34 lines (34 loc) · 744 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": "ArduSensorPlatformCoreBase",
"keywords": "arduino, sensor, ardusensorplatform framework",
"description": "Core components for ardusensorplatform framework",
"repository":
{
"type": "git",
"url": "https://github.com/RoliAlpha/ArduSensorPlatformCoreBase.git"
},
"authors":
[
{
"name": "RoliAlpha",
"email": "652107085@qq.com",
"url": "http://www.milesburton.com",
"maintainer": true
},
{
"name": "zhengwei",
"email": "652107085@qq.com"
},
{
"name": "wuqiqi",
"email": "652107085@qq.com"
},
{
"name": "wangyuxing",
"email": "652107085@qq.com"
}
],
"version": "1.2.0",
"frameworks": "arduino",
"platforms": "*"
}