UNPKG
5g-ldpc
Version:
latest (0.0.0)
0.0.0
5G NR LDPC code
5g-ldpc
/
package.json
19 lines
(18 loc)
•
315 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name"
:
"5g-ldpc"
,
"version"
:
"0.0.0"
,
"description"
:
"5G NR LDPC code"
,
"main"
:
"index.js"
,
"scripts"
: {
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"keywords"
: [
"3GPP"
,
"5G"
,
"new"
,
"radio"
,
"LDPC"
],
"author"
:
"Learn with Examples"
,
"license"
:
"ISC"
}