bunyan-remote
Version:
Remote logger for node-bunyan that logs to the browser via Bunyan DevTools
40 lines (39 loc) • 906 B
JSON
{
"name": "bunyan-remote",
"version": "0.0.3",
"description": "Remote logger for node-bunyan that logs to the browser via Bunyan DevTools",
"main": "index.js",
"scripts": {
"test": "mocha test/**/*.spec.js",
"lint": "eslint lib chrome-extension test --ignore-pattern '/chrome-extension/vendor/*'",
"start": "node examples/server.js | bunyan"
},
"keywords": [
"bunyan",
"remote",
"logger",
"sockets",
"websockets",
"devtool",
"logs",
"node",
"node-bunyan"
],
"author": "Alejandro Gonzalez Sole",
"repository": {
"type": "git",
"url": "https://github.com/guatedude2/bunyan-remote"
},
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^2.10.2",
"mocha": "^2.4.5",
"sinon": "^1.17.4"
},
"dependencies": {
"bunyan": "^1.8.1",
"es6-promise": "^3.2.1",
"socket.io": "^1.4.6"
}
}