-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 847 Bytes
/
package.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
{
"name": "hmc5883",
"description": "bmi088 software package.",
"description_zh": "hmc5883 软件包",
"enable": "PKG_USING_HMC5883",
"keywords": [
"hmc5883"
],
"category": "peripherals/sensors",
"author": {
"name": "MYGuo",
"email": "859298198@qq.com",
"github": "https://github.com/gmyFighting"
},
"license": "Apache-2.0",
"repository": "https://github.com/gmyFighting/hmc5883",
"icon": "unknown",
"homepage": "unknown",
"doc": "unknown",
"site": [
{
"version": "v1.0.0",
"URL": "https://github.com/gmyFighting/hmc5883/archive/1.0.0.zip",
"filename": "hmc5883-1.0.0.zip",
"VER_SHA": "master"
},
{
"version": "latest",
"URL": "https://github.com/gmyFighting/hmc5883.git",
"filename": "hmc5883-1.0.0.zip",
"VER_SHA": "master"
}
]
}