-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
40 lines (40 loc) · 844 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
{
"name": "Dh11Sensor",
"keywords": "arduino, sensor, ardusensorplatform framework",
"description": "Dht11 sensor components for ardusensorplatform framework",
"repository":
{
"type": "git",
"url": "https://github.com/RoliAlpha/Dh11Sensor.git"
},
"authors":
[
{
"name": "RoliAlpha",
"email": "[email protected]",
"url": "http://www.milesburton.com",
"maintainer": true
},
{
"name": "zhengwei",
"email": "[email protected]"
},
{
"name": "wuqiqi",
"email": "[email protected]"
},
{
"name": "wangyuxing",
"email": "[email protected]"
}
],
"dependencies":
{
"name": "ArduSensorPlatformCoreBase",
"authors": "RoliAlpha",
"frameworks": "arduino"
},
"version": "1.2.0",
"frameworks": "arduino",
"platforms": "*"
}