forked from sematext/winston-logsene
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 878 Bytes
/
package.json
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
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "winston-logsene",
"version": "1.2.4",
"description": "Winston transport layer for Logsene",
"main": "lib/index.js",
"scripts": {
"test": "mocha",
"bundle": "browserify -r ./lib/index.js:winston-logsene > bundle.js"
},
"repository": {
"type": "git",
"url": "https://github.com/sematext/winston-logsene.git"
},
"keywords": [
"Logsene",
"sematext",
"elasticsearch",
"ELK",
"logger",
"log management",
"logging saas",
"centralized logging",
"winston"
],
"author": "Sematext",
"contributors": [],
"license": "Apache 2",
"bugs": {
"url": "https://github.com/sematext/winston-logsene/issues"
},
"homepage": "https://www.sematext.com",
"dependencies": {
"flat": "^2.0.0",
"logsene-js": "^1.1.49",
"winston": "^2.3.1"
},
"devDependencies": {
"mocha": "^2.5.3"
}
}