UNPKG
gr_module_adapter
Version:
latest (0.0.1)
0.0.1
gr平台模块适配类库
gr_module_adapter
/
package.json
17 lines
(16 loc)
•
275 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name"
:
"gr_module_adapter"
,
"version"
:
"0.0.1"
,
"description"
:
"gr平台模块适配类库"
,
"main"
:
"index.js"
,
"scripts"
: {
"test"
:
"npm test"
},
"keywords"
: [
"gr"
,
"module"
,
"adapter"
],
"author"
:
"yfsoft
@gr100
"
,
"license"
:
"MIT"
}