UNPKG

noble-uwp

Version:

Noble (Node.js Bluetooth LE) with Windows 10 UWP bindings

92 lines (91 loc) 2.83 kB
{ "name": "windows.devices.bluetooth.genericattributeprofile", "version": "0.15063.1", "description": "Use the Windows.Devices.Bluetooth.GenericAttributeProfile UWP API directly from Node.js", "main": "lib/main.js", "scripts" : { "install": "node-pre-gyp install --fallback-to-build" }, "os": [ "win32" ], "keywords": [ "Windows.Devices.Bluetooth.GenericAttributeProfile", "Windows", "Devices", "Bluetooth", "GenericAttributeProfile", "GattDeviceService", "GattDeviceServicesResult", "GattProtocolError", "GattSession", "GattSessionStatusChangedEventArgs", "GattCharacteristic", "GattCharacteristicsResult", "GattDescriptor", "GattPresentationFormat", "GattReadResult", "GattReadClientCharacteristicConfigurationDescriptorResult", "GattValueChangedEventArgs", "GattDescriptorsResult", "GattWriteResult", "GattPresentationFormatTypes", "GattServiceUuids", "GattCharacteristicUuids", "GattDescriptorUuids", "GattReliableWriteTransaction", "GattServiceProviderAdvertisingParameters", "GattLocalCharacteristicParameters", "GattLocalDescriptorParameters", "GattServiceProviderResult", "GattLocalService", "GattServiceProvider", "GattServiceProviderAdvertisementStatusChangedEventArgs", "GattLocalCharacteristicResult", "GattLocalCharacteristic", "GattLocalDescriptorResult", "GattLocalDescriptor", "GattSubscribedClient", "GattReadRequestedEventArgs", "GattWriteRequestedEventArgs", "GattClientNotificationResult", "GattReadRequest", "GattRequestStateChangedEventArgs", "GattWriteRequest", "GattSessionStatus", "GattCharacteristicProperties", "GattClientCharacteristicConfigurationDescriptorValue", "GattProtectionLevel", "GattWriteOption", "GattCommunicationStatus", "GattSharingMode", "GattOpenStatus", "GattRequestState", "GattServiceProviderAdvertisementStatus", "NodeRT", "WinRT", "Microsoft" ], "dependencies" : { "nan" : "latest", "node-pre-gyp": "0.6.x" }, "repository": { "type": "git", "url": "git://github.com/jasongin/noble-uwp.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", "bundledDependencies": [ "node-pre-gyp" ], "binary": { "module_name": "binding", "module_path": "./binding/{node_abi}-{platform}-{arch}/", "host": "https://github.com/jasongin/noble-uwp/releases/download/", "remote_path": "windows_devices_bluetooth_genericattributeprofile_{version}" } }