-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 978 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 978 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": "RgPower",
"description": "power value get module driver",
"description_zh": "电源电压获取模块",
"enable": "PKG_USING_RGPOWER",
"keywords": [
"RgPower",
"power"
],
"category": "peripherals",
"author": {
"name": "liuxx",
"email": "[email protected]",
"github": "greedyhao"
},
"license": "Apache-2.0",
"repository": "https://github.com/greedyhao/as608.git",
"icon": "unknown",
"homepage": "https://github.com/greedyhao/as608#as608-%E8%BD%AF%E4%BB%B6%E5%8C%85",
"doc": "unknown",
"site": [
{
"version": "v1.0.2",
"URL": "https://github.com/greedyhao/as608/archive/v1.0.2.zip",
"filename": "as608-1.0.2.zip"
},
{
"version": "latest",
"URL": "https://github.com/greedyhao/as608.git",
"filename": "Null for git package",
"VER_SHA": "master"
}
]
}