UNPKG

blynk-tools

Version:

Tools for working with Blynk IoT Platform

68 lines (67 loc) 1.37 kB
{ "name": "blynk-tools", "version": "0.2.1", "description": "Tools for working with Blynk IoT Platform", "author": "Volodymyr Shymanskyy", "license": "GPL-3.0", "preferGlobal": true, "bin": { "blynk": "bin/blynk.js" }, "engines": { "node": ">= 4.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "chalk": "^2.4.1", "cli-spinner": "^0.2.8", "cli-table-redemption": "^1.0.1", "crc": "^3.8.0", "debug": "^4.1.0", "env-paths": "^2.0.0", "fs-extra": "^7.0.1", "json5": "^2.1.0", "lodash": "^4.17.11", "package-json": "^5.0.0", "request": "^2.88.0", "request-promise-native": "^1.0.5", "semver": "^5.6.0", "yargs": "^12.0.5" }, "optionalDependencies": { "noble": "^1.9.1", "serialport": "^6.2.1", "usb": "^1.3.2" }, "pkg": { "scripts": [ "cmds/**/*.js", "lib/**/*.js" ], "assets": [ "config/**/*", "certs/**/*" ] }, "keywords": [ "IoT", "Internet of Things", "Blynk", "firmware", "gateway", "bluetooth", "serial", "Arduino", "Espruino", "Raspberry Pi" ], "repository": { "type": "git", "url": "https://github.com/vshymanskyy/blynk-tools" }, "bugs": { "url": "https://github.com/vshymanskyy/blynk-tools/issues" } }