bunyan-serverchan
Version:
bunyan stream for serverchan (message push service)
28 lines (27 loc) • 657 B
JSON
{
"name": "bunyan-serverchan",
"version": "0.1.0",
"description": "bunyan stream for serverchan (message push service)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TooBug/bunyan-serverchan.git"
},
"keywords": [
"bunyan",
"push",
"serverchan"
],
"author": "TooBug <i@toobug.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/TooBug/bunyan-serverchan/issues"
},
"homepage": "https://github.com/TooBug/bunyan-serverchan#readme",
"dependencies": {
"superagent": "^1.6.1"
}
}