UNPKG

1.54 kBJSONView Raw
1{
2 "name": "logzio-nodejs",
3 "description": "A nodejs implementation for sending logs to Logz.IO cloud service Copy of logzio-nodejs",
4 "version": "2.0.3",
5 "author": "Gilly Barr <gilly@logz.io>",
6 "contributors": [
7 {
8 "name": "Gilly Barr",
9 "email": "gillyb@gmail.com"
10 },
11 {
12 "name": "Asaf Mesika",
13 "email": "asaf.mesika@gmail.com"
14 },
15 {
16 "name": "Alon Mizrahi",
17 "email": "alonmizra@gmail.com"
18 },
19 {
20 "name": "Amir Tugendhaft",
21 "email": "Amir.Tugi@gmail.com"
22 },
23 {
24 "name": "Roni Shaham",
25 "email": "ronish31@gmail.com"
26 }
27 ],
28 "repository": {
29 "type": "git",
30 "url": "https://github.com/logzio/logzio-nodejs.git"
31 },
32 "keywords": [
33 "cloud computing",
34 "log analytics",
35 "api",
36 "logging",
37 "logzio"
38 ],
39 "dependencies": {
40 "json-stringify-safe": "5.0.1",
41 "lodash.assign": "4.2.0",
42 "moment": "^2.24.0",
43 "request": "^2.88.0",
44 "request-promise": "^4.2.4"
45 },
46 "devDependencies": {
47 "assert": "^1.5.0",
48 "async": "1.4.2",
49 "eslint": "^5.16.0",
50 "eslint-config-airbnb-base": "^13.2.0",
51 "eslint-plugin-import": "^2.18.2",
52 "hrtimemock": "^2.0.0",
53 "jest": "^24.9.0",
54 "mocha": "^7.1.1",
55 "nock": "^12.0.3",
56 "should": "^7.1.0",
57 "sinon": "^7.5.0"
58 },
59 "main": "./lib/logzio-nodejs",
60 "engines": {
61 "node": ">= 6.0.0"
62 },
63 "license": "(Apache-2.0)",
64 "scripts": {
65 "test": "jest",
66 "detached": "jest --detectOpenHandles",
67 "watch": "jest --watch"
68 }
69}