UNPKG

@stack-inc/windows-notification-state

Version:
36 lines 890 B
{ "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" } }