dxccjs
Version:
A utility to get DXCC information from a given amateur radio callsign
28 lines (27 loc) • 680 B
JSON
{
"name": "dxccjs",
"version": "0.0.1",
"description": "A utility to get DXCC information from a given amateur radio callsign",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kecramer/dxccjs.git"
},
"keywords": [
"amateurradio",
"radio",
"dxcc"
],
"author": "Kevin Cramer <kcramer@gmail.com> (https://github.com/kecramer)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/kecramer/dxccjs/issues"
},
"homepage": "https://github.com/kecramer/dxccjs#readme",
"dependencies": {
"xml2js": "^0.4.19"
}
}