UNPKG

karma-notify-reporter

Version:

A karma reporter that reports results with OSX Notification Center, Growl or notify-send.

39 lines (38 loc) 896 B
{ "name": "karma-notify-reporter", "version": "1.3.0", "description": "A karma reporter that reports results with OSX Notification Center, Growl or notify-send.", "author": "Justin Cataldo <jdcataldo@gmail.com>", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/jdcataldo/karma-notify-reporter.git" }, "bugs": { "url": "http://github.com/jdcataldo/karma-notify-reporter/issues", "email": "jdcataldo@gmail.com" }, "keywords": [ "karma-plugin", "karma-reporter", "osx", "notification center", "growl", "notify-send" ], "dependencies": { "node-notifier": "^9.0.0" }, "devDependencies": { "snyk": "^1.437.3" }, "peerDependencies": { "karma": ">=0.9" }, "license": "MIT", "scripts": { "snyk-protect": "snyk protect", "prepublish": "npm run snyk-protect" }, "snyk": true }