UNPKG

anniot-device

Version:
47 lines 1 kB
{ "name": "anniot-device", "version": "1.9.47", "preferGlobal": true, "description": "Connect IoT devices to AnnIoT", "main": "./lib/index.js", "os": [ "!win32" ], "bin": { "anniot": "./lib/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/Project-Ann/AnnIoT-RaspberryPi.git" }, "keywords": [ "AnnIoT", "IoT", "Ann", "iot", "core", "anniot", "ann", "annmobile", "homeautomation", "home" ], "author": "ProjectAnn: Ahmetcan Aksu", "license": "MIT", "bugs": { "url": "https://github.com/Project-Ann/AnnIoT-Device/issues" }, "homepage": "https://github.com/Project-Ann/AnnIoT-Device#readme", "dependencies": { "anniot-core": "^1.1.4", "boxen": "^2.1.0", "chalk": "2.4.2", "commander": "^2.19.0", "figures": "^2.0.0", "ora": "^3.0.0", "prompts": "^2.0.1", "socket.io-client": "^2.2.0", "system-sleep": "^1.3.6", "update-notifier": "^2.5.0" } }