forked from timsu/node-mac-notifier
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 676 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 676 Bytes
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
{
"name": "@jdxcode/node-mac-notifier",
"version": "1.2.2",
"description": "Create macOS system notifications from Node.js",
"main": "index.js",
"scripts": {
"install": "node-gyp rebuild",
"build": "node-gyp build",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/jdxcode/node-mac-notifier"
},
"keywords": [
"notifier",
"notifications",
"electron"
],
"author": "Jeff Dickey (@jdxcode)",
"devDependencies": {
"mocha": "^6.1.4",
"nan": "^2.13.2",
"node-gyp": "^4.0.0"
},
"dependencies": {
"bindings": "^1.2.1",
"event-target-shim": "^1.1.1",
"uuid": "^3.3.2"
}
}