UNPKG

node-red-node-rdk-gpio

Version:

配合RDK硬件使用GPIO功能的功能包(The basic Node-RED node for RDK GPIO)

39 lines (38 loc) 833 B
{ "name": "node-red-node-rdk-gpio", "version": "0.0.2", "description": "配合RDK硬件使用GPIO功能的功能包(The basic Node-RED node for RDK GPIO)", "license": "Apache-2.0", "main": "none", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "node-red", "RDK", "GPIO", "rdk-gpio" ], "author": "WYP", "repository": { "type": "git", "url": "https://github.com/HorizonRDK/node-red-rdk-nodes/tree/develop/rdk_gpio" }, "node-red": { "version": ">=3.1.3", "nodes": { "rdk-gpio": "rdk_gpio.js" } }, "engines": { "node": ">=18.0.0" }, "homepage": "https://developer.horizon.cc/", "directories": { "lib": "lib" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }