UNPKG
rpdkey
Version:
latest (1.0.1)
1.0.1
RpdKey client
rpdkey
/
package.json
16 lines
•
343 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name"
:
"rpdkey"
,
"version"
:
"1.0.1"
,
"description"
:
"RpdKey client"
,
"main"
:
"index.js"
,
"scripts"
:
{
"test"
:
"node test/test.js"
}
,
"keywords"
:
[
"rpdkey"
,
"memorydb"
]
,
"author"
:
"SeaGe"
,
"license"
:
"GPL-3.0"
,
"dependencies"
:
{
}
,
"devDependencies"
:
{
}
}