38 lines
877 B
JSON
38 lines
877 B
JSON
|
|
{
|
||
|
|
"name": "syslog-streams2",
|
||
|
|
"version": "1.0.3",
|
||
|
|
"description": "Streams2 implementation that inputs plain strings, bunyan records, glossy records, and outputs syslog formatted strings",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/myndzi/syslog-streams2"
|
||
|
|
},
|
||
|
|
"main": "index.js",
|
||
|
|
"scripts": {
|
||
|
|
"test": "istanbul cover node_modules/.bin/_mocha -- -u bdd -R spec --bail test.js;jshint index.js"
|
||
|
|
},
|
||
|
|
"author": "Kris Reeves",
|
||
|
|
"license": "ISC",
|
||
|
|
"keywords": [
|
||
|
|
"glossy",
|
||
|
|
"bunyan",
|
||
|
|
"syslog",
|
||
|
|
"stream",
|
||
|
|
"streams2",
|
||
|
|
"structured",
|
||
|
|
"data",
|
||
|
|
"rfc5424"
|
||
|
|
],
|
||
|
|
"dependencies": {
|
||
|
|
"clone": "^0.1.19",
|
||
|
|
"@myndzi/glossy": "^0.1.7",
|
||
|
|
"joi": "^5.0.2",
|
||
|
|
"language-tags": "^1.0.2"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"istanbul": "^0.3.5",
|
||
|
|
"jshint": "^2.5.10",
|
||
|
|
"mocha": "^2.0.1",
|
||
|
|
"should": "^4.3.1"
|
||
|
|
}
|
||
|
|
}
|