UNPKG

windows-notification-state

Version:
36 lines (35 loc) 863 B
{ "name": "windows-notification-state", "version": "2.0.0", "description": "SHQueryUserNotificationState as a native Node addon", "main": "lib/index.js", "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", "node-addon-api": "^5.0.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" } }