UNPKG

logzio-nodejs-metrics

Version:

A nodejs implementation for sending metrics to Logz.io

47 lines (46 loc) 1.17 kB
{ "name": "logzio-nodejs-metrics", "description": "A nodejs implementation for sending metrics to Logz.io", "version": "0.0.2", "author": "Alon Mizrahi <alon@logz.io>", "contributors": [ { "name": "Alon Mizrahi", "email": "alon@logz.io" } ], "scripts": { "detached": "jest --detectOpenHandles", "test": "jest", "lint": "eslint --fix .", "watch": "jest --watch" }, "repository": { "type": "git", "url": "https://github.com/logzio/logzio-nodejs-metrics.git" }, "keywords": [ "cloud computing", "log analytics", "api", "logging", "logzio" ], "dependencies": { "logzio-nodejs": "1.0.6" }, "devDependencies": { "eslint": "^5.16.0", "eslint-config-prettier": "^6.0.0", "eslint-plugin-import": "^2.18.0", "eslint-plugin-prettier": "^3.1.0", "jest": "^24.8.0", "nock": "^10.0.2", "prettier": "^1.18.2" }, "main": "./lib/logzio-nodejs", "engines": { "node": ">= 6.0.0" }, "license": "(Apache-2.0)" }