UNPKG

node-red-contrib-pitft

Version:
36 lines (35 loc) 767 B
{ "name": "node-red-contrib-pitft", "version": "0.0.2", "description": "Node red node for lcd on framebuffer.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/4ib3r/node-red-contrib-pitft.git" }, "keywords": [ "bananapi", "raspberrypi", "raspberry", "pitft", "node-red", "node" ], "node-red": { "nodes": { "pitft-node": "pitft-node.js" } }, "author": "4ib3r", "license": "MIT", "bugs": { "url": "https://github.com/4ib3r/node-red-contrib-pitft/issues" }, "homepage": "https://github.com/4ib3r/node-red-contrib-pitft#readme", "dependencies": { "pitft": "^0.0.13" } }