-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 748 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 748 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
{
"name": "winston-postgresql",
"description": "A Winston transport for PostgreSQL",
"version": "1.2.0",
"keywords": [
"winston",
"logging",
"transport",
"postgresql"
],
"repository": {
"type": "git",
"url": "https://github.com/sajacy/winston-postgresql.git"
},
"bugs": {
"url": "https://github.com/sajacy/winston-postgresql/issues"
},
"author": {
"name": "Jeffrey Yang",
"email": "jeff@yangservices.com",
"url": "http://yangservices.tumblr.com/"
},
"licenses": [ "MIT" ],
"main": "./lib/winston-postgresql",
"dependencies": {
"pg.js": ">1.0.0"
},
"engines": {
"node": ">= 0.8.x"
}
}