storyboard-listener-console
Version:
End-to-end, hierarchical, real-time, colorful logs and stories
34 lines (33 loc) • 780 B
JSON
{
"name": "storyboard-listener-console",
"version": "3.3.2",
"main": "lib/index.js",
"scripts": {
"compile": "rm -rf lib && ../../node_modules/.bin/babel -d lib src"
},
"dependencies": {
"timm": "^1.6.1"
},
"devDependencies": {
"bluebird": "3.4.7",
"storyboard": "^3.3.2"
},
"description": "End-to-end, hierarchical, real-time, colorful logs and stories",
"keywords": [
"log",
"logging",
"websockets",
"console",
"isomorphic"
],
"author": "Guillermo Grau Panea",
"license": "MIT",
"homepage": "https://github.com/guigrpa/storyboard#readme",
"bugs": {
"url": "https://github.com/guigrpa/storyboard/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/guigrpa/storyboard.git"
}
}