@magne4000/macos-notification-state
Version:
macOS notification state as a native node addon
39 lines (38 loc) • 915 B
JSON
{
"name": "@magne4000/macos-notification-state",
"version": "1.2.1",
"description": "macOS notification state as a native node addon",
"main": "lib/index.js",
"scripts": {
"test": "standard && mocha ./test/test.js"
},
"repository": "https://github.com/felixrieseberg/macos-notification-state",
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/felixrieseberg/macos-notification-state/blob/master/LICENSE"
}
],
"dependencies": {
"bindings": "^1.4.0",
"nan": "^2.12.1"
},
"author": {
"email": "felix@felixrieseberg.com",
"name": "Felix Rieseberg",
"url": "http://www.felixrieseberg.com"
},
"keywords": [
"macos",
"darwin",
"CGSSessionScreenIsLocked",
"kCGSSessionOnConsoleKey",
"doNotDisturb",
"do not disturb"
],
"devDependencies": {
"mocha": "^3.2.0",
"standard": "^12.0.1"
}
}