forked from onceknown/winston-gke
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 810 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
{
"name": "winston-gke",
"version": "1.0.2",
"description": "Winston logger for use with Google Container Engine's \"fluentd-cloud-logging-gke\" container",
"main": "index.js",
"scripts": {
"test": "mocha test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dannydavidson/winston-gke.git"
},
"keywords": [
"gke",
"google container engine",
"winston",
"logging"
],
"author": "Danny Davidson",
"license": "MIT",
"bugs": {
"url": "https://github.com/dannydavidson/winston-gke/issues"
},
"homepage": "https://github.com/dannydavidson/winston-gke#readme",
"devDependencies": {
"expect": "^1.20.1",
"mocha": "^2.4.5",
"std-mocks": "^1.0.1",
"winston": "^2.2.0"
},
"peerDependencies": {
"winston": "2"
}
}