forked from schamane/node-syslog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 805 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
{
"name": "node-syslog",
"version": "1.1.7",
"main": "./node-syslog",
"engines": {
"node" : ">=0.8.0"
},
"os": [
"!win32"
],
"scripts": {
"test": "node test.js"
},
"description": "Node module to support sending messages to syslog daemon",
"author": "Nazar Kulyk <[email protected]>",
"homepage": "http://github.com/schamane/node-syslog",
"repository" :
{
"type" : "git",
"url" : "[email protected]:schamane/node-syslog.git"
},
"bugs": {
"url": "https://github.com/schamane/node-syslog/issues"
},
"licenses": [
{
"type": "Simplified BSD License",
"url": "http://en.wikipedia.org/wiki/BSD_licenses"
}],
"tags": ["syslog", "system", "log", "logging" ]
}