@nodert-win10/windows.applicationmodel.calls
Version:
Use the Windows.ApplicationModel.Calls UWP API directly from Node.js
83 lines (82 loc) • 2.39 kB
JSON
{
"name": "@nodert-win10/windows.applicationmodel.calls",
"version": "0.2.96",
"description": "Use the Windows.ApplicationModel.Calls UWP API directly from Node.js",
"main": "lib/main.js",
"scripts" : {
"install" : "node-gyp rebuild --msvs_version=2015"
},
"os": [
"win32"
],
"keywords": [
"Windows.ApplicationModel.Calls",
"Windows",
"ApplicationModel",
"Calls",
"PhoneLine",
"PhoneVoicemail",
"PhoneLineCellularDetails",
"PhoneCallVideoCapabilities",
"PhoneLineConfiguration",
"PhoneDialOptions",
"PhoneLineWatcher",
"PhoneLineWatcherEventArgs",
"PhoneCallStore",
"PhoneCallManager",
"PhoneCallVideoCapabilitiesManager",
"PhoneCallBlocking",
"CallStateChangeEventArgs",
"CallAnswerEventArgs",
"CallRejectEventArgs",
"VoipPhoneCall",
"MuteChangeEventArgs",
"VoipCallCoordinator",
"LockScreenCallEndCallDeferral",
"LockScreenCallUI",
"LockScreenCallEndRequestedEventArgs",
"PhoneCallHistoryEntryAddress",
"PhoneCallHistoryEntry",
"PhoneCallHistoryEntryReader",
"PhoneCallHistoryEntryQueryOptions",
"PhoneCallHistoryStore",
"PhoneCallHistoryManager",
"PhoneNetworkState",
"PhoneVoicemailType",
"PhoneCallMedia",
"PhoneLineTransport",
"PhoneSimState",
"PhoneAudioRoutingEndpoint",
"PhoneLineWatcherStatus",
"PhoneLineNetworkOperatorDisplayTextLocation",
"CellularDtmfMode",
"VoipPhoneCallMedia",
"VoipPhoneCallRejectReason",
"VoipPhoneCallState",
"VoipPhoneCallResourceReservationStatus",
"PhoneCallHistoryEntryOtherAppReadAccess",
"PhoneCallHistoryEntryMedia",
"PhoneCallHistoryEntryRawAddressKind",
"PhoneCallHistoryEntryQueryDesiredMedia",
"PhoneCallHistoryStoreAccessType",
"PhoneCallHistorySourceIdKind",
"CallsPhoneContract",
"CallsVoipContract",
"LockScreenCallContract",
"NodeRT",
"WinRT",
"Microsoft"
],
"dependencies" : {
"nan" : "latest"
},
"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"
}