44 lines
1.4 KiB
JSON
44 lines
1.4 KiB
JSON
{
|
|
"name" : "@myndzi/glossy",
|
|
"version" : "0.1.8",
|
|
"description" : "Syslog parser and producer",
|
|
"keywords" : ["syslog", "logging"],
|
|
"url" : "http://github.com/squeeks/glossy",
|
|
"main" : "./index.js",
|
|
"author" : "Squeeks <privacymyass@gmail.com>",
|
|
"maintainers" : [
|
|
{ "name" : "Squeeks", "email" : "privacymyass@gmail.com" }
|
|
],
|
|
"contributors" : [
|
|
{ "name": "artifi", "email": "artifipl@gmail.com" },
|
|
{ "name": "Matt Bornski", "email": "matt@bornski.com" },
|
|
{ "name": "Fyodor Y", "email": "fygrave@o0o.nu" },
|
|
{ "name": "Stan Carney", "email": "stan.carney@rootsh.me" },
|
|
{ "name": "Alexander Metzner", "email": "alexander.metzner@thomann.de" },
|
|
{ "name": "zaphod1984", "email": "zaphod84@gmx.de" },
|
|
{ "name": "Eric Cornelius", "email": "eric.cornelius@mandiant.com" },
|
|
{ "name": "horpto", "email": "_singleton__@hackerdom.ru" }
|
|
],
|
|
"directories" : {
|
|
"lib": "./lib",
|
|
"test": "./test"
|
|
},
|
|
"scripts" : {
|
|
"test": "node test/runner.js"
|
|
},
|
|
"repository" : {
|
|
"type": "git",
|
|
"url": "http://github.com/squeeks/glossy.git"
|
|
},
|
|
"bugs" : {
|
|
"url": "http://github.com/squeeks/glossy/issues"
|
|
},
|
|
"licenses" : [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://www.opensource.org/licenses/MIT"
|
|
}
|
|
],
|
|
"engines" : { "node": ">= 0.2.5" }
|
|
}
|