windows.ui.notifications
Version:
Use the Windows.UI.Notifications WinRT API directly from Node.js
52 lines (51 loc) • 1.38 kB
JSON
{
"name": "windows.ui.notifications",
"version": "0.1.6",
"description": "Use the Windows.UI.Notifications WinRT API directly from Node.js",
"main": "lib/main.js",
"scripts" : {
"install" : "node-gyp rebuild --msvs_version=2013"
},
"keywords": [
"Windows.UI.Notifications",
"Windows",
"UI",
"Notifications",
"TileUpdater",
"TileNotification",
"ScheduledTileNotification",
"BadgeUpdater",
"BadgeNotification",
"ToastNotifier",
"ToastNotification",
"ScheduledToastNotification",
"ToastDismissedEventArgs",
"ToastFailedEventArgs",
"TileUpdateManager",
"BadgeUpdateManager",
"ToastNotificationManager",
"ToastActivatedEventArgs",
"NotificationSetting",
"ToastDismissalReason",
"BadgeTemplateType",
"TileTemplateType",
"ToastTemplateType",
"PeriodicUpdateRecurrence",
"NodeRT",
"WinRT",
"Microsoft"
],
"optionalDependencies" : {
"windows.foundation" : "*",
"windows.data.xml.dom" : "*"
},
"repository": {
"type": "git",
"url": "git://github.com/NodeRT/NodeRT.git"
},
"homepage": "https://github.com/NodeRT/NodeRT",
"author": "Generated by NodeRT",
"contributors": ["nadavbar <nadavbar@gmail.com> (http://www.nadavos.com)"],
"gypfile": true,
"license": "Apache 2.0"
}