forked from amio-io/logzio-node-debug
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 690 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "logzio-node-debug",
"version": "1.4.1",
"description": "A nodejs debug wrapper for logz.io",
"main": "./src/main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/amio-io/logzio-node-debug.git"
},
"keywords": [
"logzio",
"node",
"debug"
],
"author": "zatziky@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/amio-io/logzio-node-debug/issues"
},
"homepage": "https://github.com/amio-io/logzio-node-debug#readme",
"dependencies": {
"continuation-local-storage": "^3.2.1",
"debug": "~2.6.3",
"logzio-nodejs": "^0.4.4",
"shortid": "^2.2.8",
"stringify-object": "^3.2.2"
}
}