-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
38 lines (38 loc) · 896 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"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
}