UNPKG

@mmontes11/iot-client

Version:

ES6 client library for consuming IoT server REST API

67 lines (66 loc) 1.61 kB
{ "name": "@mmontes11/iot-client", "version": "3.11.0", "description": "ES6 client library for consuming IoT server REST API", "license": "MIT", "private": false, "engines": { "node": ">=8.0.0", "npm": ">=5.0.0" }, "main": "dist/index.js", "scripts": { "lint": "eslint . --fix", "clean": "rm -rf dist/*", "prebuild": "npm run clean", "build": "babel -d dist/ src/", "prepublish:npm": "npm run build", "publish:npm": "npm publish" }, "repository": { "type": "git", "url": "https://github.com/mmontes11/iot-client" }, "keywords": [ "js", "javacript", "es6", "babel", "nodejs", "npm", "mocha", "chai", "istanbul", "iot-client", "iot", "internet-of-things", "iot-client" ], "author": "Martín Montes <martin11lrx@gmail.com>", "bugs": { "url": "https://github.com/mmontes11/iot/issues" }, "homepage": "https://github.com/mmontes11/iot#readme", "dependencies": { "babel-runtime": "^6.26.0", "cross-fetch": "^3.0.4", "dotenv": "^8.2.0", "http-status": "^1.0.1", "node-persist": "^3.0.1", "query-string": "^6.8.3", "underscore": "^1.9.0", "winston": "^3.0.0", "winston-transport": "^4.2.0" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-plugin-istanbul": "^4.1.6", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.6.1", "babel-preset-stage-2": "^6.24.1", "babel-register": "^6.26.0", "cross-env": "^5.1.4", "eslint-config-mmontes11-node": "^1.0.5" } }