3gpp
Version:
npm package for 3gpp specs, focusing on 36 series (LTE) and 38 series (NR)
33 lines (32 loc) • 745 B
JSON
{
"name": "3gpp",
"version": "0.0.3",
"description": "npm package for 3gpp specs, focusing on 36 series (LTE) and 38 series (NR)",
"main": "index.js",
"scripts": {
"start": "node index",
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/learnwithexamples/3gpp_npm_private.git"
},
"keywords": [
"3GPP",
"LTE",
"NR",
"4G",
"5G"
],
"author": "Learn with Examples",
"license": "ISC",
"bugs": {
"url": "https://github.com/learnwithexamples/3gpp_npm_private/issues"
},
"homepage": "https://github.com/learnwithexamples/3gpp_npm_private#readme",
"dependencies": {
"5g-channel": "0.0.3",
"5g-polar": "0.0.2",
"mathjs": "^7.3.0"
}
}