UNPKG

tinkerforge-device-manager

Version:

A node library to make connecting to and accessing Tinkerforge devices easier. Created at the University of Applied Sciences in Osnabrueck.

29 lines (28 loc) 783 B
{ "name": "tinkerforge-device-manager", "version": "0.7.0", "description": "A node library to make connecting to and accessing Tinkerforge devices easier. Created at the University of Applied Sciences in Osnabrueck.", "main": "index.js", "scripts": { "test": "test.js" }, "repository": { "type": "git", "url": "git+https://github.com/winf-hsos/tinkerforge-device-manager.git" }, "keywords": [ "tinkerforge", "iot" ], "author": "Nicolas Meseth", "license": "ISC", "bugs": { "url": "https://github.com/winf-hsos/tinkerforge-device-manager/issues" }, "homepage": "https://github.com/winf-hsos/tinkerforge-device-manager#readme", "dependencies": { "chalk": "^2.4.1", "moment": "^2.22.1", "tinkerforge": "^2.1.24" } }