@rf24/rf24-darwin-universal
Version:
A npm package binding the nRF24/rf24-rs rust project.
36 lines • 748 B
JSON
{
"name": "@rf24/rf24-darwin-universal",
"version": "0.3.2",
"main": "rf24.darwin-universal.node",
"files": [
"rf24.darwin-universal.node"
],
"description": "A npm package binding the nRF24/rf24-rs rust project.",
"keywords": [
"nrf24l01",
"nRF24L01+",
"raspberry",
"pi",
"linux",
"driver",
"radio",
"transceiver",
"RF24",
"BLE"
],
"homepage": "https://rf24-rs.rtfd.io/en/latest/node-api/",
"license": "MIT",
"engines": {
"node": ">= 10.16.0 < 11 || >= 11.8.0 < 12 || >= 12.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nRF24/rf24-rs.git"
},
"bugs": {
"url": "https://github.com/nRF24/rf24-rs/issues"
},
"os": [
"darwin"
]
}