UNPKG

1.21 kBJSONView Raw
1{
2 "name": "winston-logzio",
3 "description": "A winston transport wrapper for logzio",
4 "version": "5.0.4",
5 "author": "Gilly Barr <gilly@logz.io>",
6 "contributors": [
7 {
8 "name": "Gilly Barr",
9 "email": "gillyb@gmail.com"
10 },
11 {
12 "name": "Alon Mizrahi",
13 "email": "alonmizra@gmail.com"
14 },
15 {
16 "name": "Ido Halevi",
17 "email": "ido.h@logz.io"
18 }
19 ],
20 "repository": {
21 "type": "git",
22 "url": "https://github.com/logzio/winston-logzio"
23 },
24 "keywords": [
25 "cloud computing",
26 "log analytics",
27 "api",
28 "logging",
29 "logzio",
30 "nodejs",
31 "winston"
32 ],
33 "dependencies": {
34 "json-stringify-safe": "5.0.1",
35 "lodash.assign": "4.2.0",
36 "logzio-nodejs": "^2.0.1",
37 "triple-beam": "^1.3.0",
38 "winston": "^3.1.0",
39 "winston-transport": "^4.2.0"
40 },
41 "devDependencies": {
42 "assert": "^1.3.0",
43 "eslint": "^5.16.0",
44 "eslint-config-airbnb-base": "^13.1.0",
45 "eslint-plugin-import": "^2.14.0",
46 "mocha": "^5.2.0",
47 "sinon": "^1.17.1"
48 },
49 "main": "./lib/winston-logzio",
50 "engines": {
51 "node": ">= 8.4.0"
52 },
53 "license": "(Apache-2.0)",
54 "scripts": {
55 "test": "node_modules/.bin/mocha"
56 }
57}