forked from felixrieseberg/windows-notification-state
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 890 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
{
"name": "@stack-inc/windows-notification-state",
"version": "0.1.2",
"description": "SHQueryUserNotificationState as a native Node addon",
"main": "lib/index.js",
"typings": "index.d.ts",
"scripts": {
"test": "standard && mocha ./test/test.js"
},
"repository": "https://github.com/felixrieseberg/windows-notification-state",
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/felixrieseberg/windows-notification-state/blob/master/LICENSE"
}
],
"dependencies": {
"bindings": "^1.5.0",
"nan": "^2.14.0"
},
"author": {
"email": "felix@felixrieseberg.com",
"name": "Felix Rieseberg",
"url": "http://www.felixrieseberg.com"
},
"keywords": [
"windows",
"SHQueryUserNotificationState",
"notifications"
],
"devDependencies": {
"mocha": "^3.2.0",
"standard": "^9.0.1"
}
}