30 lines
651 B
JSON
30 lines
651 B
JSON
{
|
|
"name": "gelf-stream",
|
|
"version": "1.1.1",
|
|
"description": "A stream to send JS objects to a Graylog2 server (in GELF format)",
|
|
"author": "Michael Hart <michael.hart.au@gmail.com> (http://github.com/mhart)",
|
|
"main": "gelf-stream.js",
|
|
"keywords": [
|
|
"gelf",
|
|
"stream",
|
|
"graylog",
|
|
"graylog2",
|
|
"bunyan"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mhart/gelf-stream.git"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"gelfling": "^0.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^2.3.4",
|
|
"should": "^8.1.1"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha ./test/fast.js -b -t 100s -R list"
|
|
}
|
|
}
|