@sdr.cool/rtlsdrjs
Version:
Turn your Realtek RTL2832U based device into an SDR receiver using JavaScript
42 lines (41 loc) • 957 B
JSON
{
"name": "@sdr.cool/rtlsdrjs",
"version": "0.1.0",
"description": "Turn your Realtek RTL2832U based device into an SDR receiver using JavaScript",
"main": "index.js",
"directories": {
"lib": "lib"
},
"dependencies": {
"usb": "^1.3.1"
},
"devDependencies": {
"browserify": "^16.1.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "browserify --bare -o build/Release/rtlsdr.js browser.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sandeepmistry/rtlsdrjs.git"
},
"keywords": [
"SDR",
"Software",
"Defined",
"Radio",
"Realtek",
"RTL2832U",
"receiver"
],
"author": "Sandeep Mistry",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/sandeepmistry/rtlsdrjs/issues"
},
"homepage": "https://github.com/sandeepmistry/rtlsdrjs#readme",
"browser": {
"./lib/usb.js": "./lib/web-usb.js"
}
}