UNPKG

@ekristoffe/node-red-contrib-nature-remo

Version:
46 lines (45 loc) 1.29 kB
{ "name": "@ekristoffe/node-red-contrib-nature-remo", "version": "0.3.0", "private": false, "description": "Node-RED Nature Remo Controller", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/ekristoffe/node-red-contrib-nature-remo.git" }, "devDependencies": { "prettier": "^2.2.1" }, "dependencies": { "nature-remo": "^1.2.3" }, "keywords": [ "node-red", "nature", "natureremo", "remo" ], "engines": { "node": ">=10" }, "node-red": { "nodes": { "NatureRemo": "nature-remo.js" } }, "author": { "name": "Christophe Icard", "url": "https://github.com/Ekristoffe/" }, "license": "MIT", "bugs": { "url": "https://github.com/ekristoffe/node-red-contrib-nature-remo/issues" }, "homepage": "https://github.com/ekristoffe/node-red-contrib-nature-remo#readme", "scripts": { "prettier-check": "npx prettier --check --config .prettierrc \"./**/*.{js,html}\"", "prettier-write": "npx prettier --write --config .prettierrc \"./**/*.{js,html}\"", "test": "node index.js" } }