forked from winstonjs/winston-syslog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 840 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
41
{
"name": "winston-syslog",
"description": "A syslog transport for winston",
"version": "1.1.0",
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"contributors": [
{
"name": "Squeeks",
"email": "privacymyass@gmail.com"
}
],
"repository": {
"type": "git",
"url": "http://github.com/indexzero/winston-syslog.git"
},
"keywords": [
"logging",
"sysadmin",
"tools",
"winston",
"syslog"
],
"dependencies": {
"cycle": "~1.0.3",
"glossy": "0.x.x",
"unix-dgram": "~0.1.1"
},
"devDependencies": {
"stylezero": "~2.1.1",
"vows": "0.8.x",
"winston": "^0.9.0"
},
"main": "./lib/winston-syslog",
"scripts": {
"pretest": "stylezero lib/ test/",
"test": "sudo vows test/*-test.js --spec"
},
"engines": {
"node": ">= 0.8.0"
}
}