forked from mikaelbr/node-notifier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 863 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
{
"name": "node-notifier",
"version": "4.0.3",
"description": "A Node.js module for sending notifications on native Mac, Windows (post and pre 8) and Linux (or Growl as fallback)",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "./node_modules/.bin/mocha -R spec"
},
"repository": "[email protected]:mikaelbr/node-notifier.git",
"keywords": [
"notification center",
"mac os x 10.8",
"notify",
"terminal-notifier",
"notify-send",
"growl",
"windows 8 notification",
"toaster",
"notification"
],
"author": "Mikael Brevik",
"license": "MIT",
"devDependencies": {
"mocha": "^1.21.4",
"should": "^4.0.4"
},
"dependencies": {
"semver": "^4.0.3",
"shellwords": "^0.1.0",
"which": "^1.0.5",
"growly": "^1.1.1",
"clone": "^0.1.18"
}
}