logram
Version:
View the server logs on browser. Logram enables easy transport of server logs to browser.
29 lines (28 loc) • 605 B
JSON
{
"name": "logram",
"version": "0.0.4",
"description": "View the server logs on browser. Logram enables easy transport of server logs to browser.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/vineeshnp/logram.git"
},
"keywords": [
"server-logs",
"logs",
"transporter"
],
"author": "vineeshnp",
"license": "MIT",
"dependencies": {
"express": "^4.16.2",
"socket.io": "^2.0.4",
"tail": "^1.2.3"
}
}