UNPKG

express-chrome-logger

Version:

Debug your express app using the Chrome console.

36 lines (35 loc) 755 B
{ "name": "express-chrome-logger", "description": "Debug your express app using the Chrome console.", "version": "0.1.5", "author": "Ola Holmström <olaholmstrom+github@gmail.com>", "contributors": { "name": "Ryan Wu", "email": "flyworld@gmail.com" }, "keywords": [ "middleware", "debugging", "logging", "logger", "chrome", "express" ], "main": "./index.js", "repository": { "type": "git", "url": "http://github.com/olahol/express-chrome-logger.git" }, "licenses": [ { "type": "MIT", "url": "http://github.com/olahol/express-chrome-logger/raw/master/LICENSE" } ], "engines": { "node": ">= 0.6.0" }, "dependencies": { "json-stringify-safe": "^5.0.1" } }