UNPKG

node-red-contrib-flightradar24

Version:
38 lines (37 loc) 915 B
{ "name": "node-red-contrib-flightradar24", "version": "0.3.1", "description": "Node-RED node to fetch aircraft data from Flightradar24", "main": "node.js", "engines": { "node": ">=14.0.0" }, "node-red": { "version": ">=1.3.7", "nodes": { "flightradar24": "node.js" } }, "dependencies": { "flightradar24-client": "1.0.1", "geolib": "3.3.4" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/kazuhitoyokoi/node-red-contrib-flightradar24.git" }, "keywords": [ "node-red", "flight", "flightradar24" ], "author": "kazuhitoyokoi", "license": "Apache-2.0", "bugs": { "url": "https://github.com/kazuhitoyokoi/node-red-contrib-flightradar24/issues" }, "homepage": "https://github.com/kazuhitoyokoi/node-red-contrib-flightradar24#readme" }