UNPKG

shelly-iot

Version:

Library to communicate with Shelly.io devices

39 lines (38 loc) 757 B
{ "name": "shelly-iot", "version": "1.1.2", "description": "Library to communicate with Shelly.io devices", "keywords": [ "shelly" ], "main": "index.js", "engines": { "node": ">= 4" }, "scripts": { "test": "echo 'No tests'; exit 0", "release": "release-script" }, "author": { "name": "Apollon77", "email": "ingo@fischer-ka.de" }, "contributors": [ "Apollon77" ], "repository": { "type": "git", "url": "https://github.com/Apollon77/shelly-iot" }, "license": "MIT", "dependencies": { "coap": "^0.26.0", "node-rest-client": "^3.1.0" }, "devDependencies": { "@alcalzone/release-script": "^3.4.1", "mocha": "^9.1.3", "chai": "^4.3.4", "istanbul": "^0.4.5" } }