forked from adjoinant/winston-postgres
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 693 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 693 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
29
30
31
32
{
"name": "winston-postgres",
"version": "0.0.4",
"description": "A winston transport to log to a postgres db",
"main": "index.js",
"scripts": {
"test": "npm test"
},
"keywords": [
"winston",
"postgres",
"transport"
],
"author": {
"name": "Adam Joyce",
"email": "adjoinant@gmail.com"
},
"bugs": {
"url": "https://github.com/adjoinant/winston-postgres/issues"
},
"homepage": "https://github.com/adjoinant/winston-postgres",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:adjoinant/winston-postgres.git"
},
"dependencies": {
"lodash": "^4.17.4",
"pg": "^6.1.2",
"winston": "^2.3.1"
}
}