UNPKG

node-red-contrib-niu-cloud

Version:

A Node-RED library for connect to NIU Cloud for your electric scooter

51 lines 1.4 kB
{ "name": "node-red-contrib-niu-cloud", "version": "1.2.0", "description": "A Node-RED library for connect to NIU Cloud for your electric scooter", "scripts": { "lint": "eslint \"/**/*.{js,json,html}\"", "lintfix": "eslint --fix \"/**/*.js\"", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/gablau/node-red-contrib-niu-cloud.git" }, "author": "Gabriele Lauricella <gab.lau@gmail.com> (https://github.com/gablau)", "license": "MIT", "bugs": { "url": "https://github.com/gablau/node-red-contrib-niu-cloud/issues" }, "homepage": "https://github.com/gablau/node-red-contrib-niu-cloud", "dependencies": { "niu-cloud-connector": "github:gablau/niu-cloud-connector#1.2.0" }, "devDependencies": { "eslint": "^8.x.x", "eslint-config-airbnb-base": "^15.x.x", "eslint-plugin-html": "^7.x.x", "eslint-plugin-import": "^2.26.x", "eslint-plugin-json": "^3.x.x", "eslint-plugin-progress": "github:gablau/eslint-plugin-progress" }, "keywords": [ "node-red", "niu", "niu-cloud", "e-scooter", "ev", "electric", "scooter", "vehicle" ], "node-red": { "version": ">=3.0.0", "nodes": { "niu-cloud-client": "niu-cloud-client.js", "niu-cloud": "niu-cloud.js" } }, "engines": { "node": ">=18.0.0" } }