gqrx
Version:
GQRX tcp client
25 lines (24 loc) • 632 B
JSON
{
"name": "gqrx",
"version": "0.1.0",
"description": "GQRX tcp client",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["SDR", "GQRX"],
"author": "Brandon Farmer <bthesorceror@gmail.com>",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/bthesorceror/gqrx-node.git"
},
"devDependencies": {
"eslint": "^6.1.0",
"eslint-config-standard": "^13.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0"
}
}