hackrf2
Version:
Control a HackRF device (e.g. Jawbreaker, HackRF One, or Rad1o) from node
34 lines (33 loc) • 700 B
JSON
{
"name": "hackrf2",
"version": "1.0.1",
"description": "Control a HackRF device (e.g. Jawbreaker, HackRF One, or Rad1o) from node",
"main": "index.js",
"scripts": {
"install": "prebuild --install",
"prebuild": "prebuild --all --strip --verbose"
},
"repository": {
"type": "git",
"url": "https://github.com/sunkuo/node-hackrf.git"
},
"bin": {
"hackrf": "./bin.js"
},
"keywords": [
"radio",
"sdr",
"hackrf",
"rad1o",
"ccc"
],
"author": "Matt Bell <mappum@gmail.com> sunkuo",
"license": "MIT",
"dependencies": {
"bindings": "^1.2.1",
"minimist": "^1.1.3",
"nan": "^2.0.5",
"prebuild": "^6.0.0"
},
"gyp": true
}