forked from felixrieseberg/electron-windows-notifications
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.26 KB
/
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
39
40
41
42
43
{
"name": "electron-windows-notifications",
"version": "3.0.6",
"description": "Native Windows notifications for Electron using NodeRT",
"main": "./src/index.js",
"scripts": {
"lint": "standard \"./src/*.js\" && standard \"./test/*.js\"",
"test": "npm run lint && mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/felixrieseberg/electron-windows-notifications.git"
},
"keywords": [
"Windows",
"notifications",
"nodert",
"winrt"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/felixrieseberg/electron-windows-notifications/issues"
},
"homepage": "https://github.com/felixrieseberg/electron-windows-notifications#readme",
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.2.0",
"standard": "^12.0.1"
},
"dependencies": {
"@nodert-win10-au/windows.applicationmodel": "^0.4.4",
"@nodert-win10-au/windows.data.xml.dom": "^0.4.4",
"@nodert-win10-au/windows.foundation": "^0.4.4",
"@nodert-win10-au/windows.ui.notifications": "^0.4.4",
"@nodert-win10-au/windows.ui.startscreen": "^0.4.4",
"debug": "^4.1.1",
"is-electron-renderer": "^2.0.1",
"sanitize-xml-string": "^1.1.0",
"uuid": "^3.3.2",
"xml-escape": "^1.1.0"
}
}