UNPKG

karma-log-reporter

Version:

A simple customized karma log reporter that lets you capture console messages in tests into file.

28 lines (27 loc) 666 B
{ "name": "karma-log-reporter", "description": "A simple customized karma log reporter that lets you capture console messages in tests into file.", "version": "0.0.4", "author": "Zach Liu", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/ZachLiuGIS/karma-log-reporter.git" }, "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "fs": "0.0.2" }, "bugs": { "url": "https://github.com/ZachLiuGIS/karma-log-reporter/issues", "email": "zachliugis@gmail.com" }, "keywords": [ "karma", "log", "karma-reporter" ] }