mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
263031d6c7
* Added msg.advertising = true/false to enable/disable advertising * Fixed comparison with bool * physical- web: Added status Added status (lost, updated, found) as msg.topic. Added checkbox to allow duplicates or not. * Re-added optional topic to avoid breaking compatibility * Cleaner topic slection * node-red-node-wol: added address field * node-red-node-wol: remove warning * node-red-node-wol: bump version * node-red-node-wol: typo in version * Ensure service is stopped before being created * Bump version of node-red-node-discovery to 0.0.19 * node-red-node-discovery: correction to Readme * node-red-node-discovery: Add stop method and show status * node-red-node-discovery: bump version to 0.0.20 * node-red-node-discovery: remove status text * serial: ensure serialReconnectTime has a default value * physical-web: update dependencies to make it work with recent node versions * physical-web: update package.json
36 lines
845 B
JSON
36 lines
845 B
JSON
{
|
|
"name": "node-red-node-physical-web",
|
|
"version": "0.0.16",
|
|
"description": "Node-RED nodes to interact with the Physical Web",
|
|
"main": "physical-web.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"node-red",
|
|
"physical-web",
|
|
"eddystone",
|
|
"beacon",
|
|
"ble"
|
|
],
|
|
"node-red": {
|
|
"nodes": {
|
|
"physical-web": "physical-web.js"
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/node-red/node-red-nodes/tree/master/hardware/physical-web"
|
|
},
|
|
"author": {
|
|
"name": "Ben Hardill",
|
|
"email": "hardillb@gmail.com",
|
|
"url": "http://www.hardill.me.uk/wordpress"
|
|
},
|
|
"license": "APACHE-2.0",
|
|
"dependencies": {
|
|
"eddystone-beacon": "natcl/node-eddystone-beacon",
|
|
"@abandonware/eddystone-beacon-scanner": "3.0.1-2"
|
|
}
|
|
}
|