{
  "name": "@nodert-win10-au/windows.networking.vpn",
  "version": "0.4.4",
  "description": "Use the Windows.Networking.Vpn UWP API directly from Node.js",
  "main": "lib/main.js",
  "keywords": [
    "Windows.Networking.Vpn",
    "Windows",
    "Networking",
    "Vpn",
    "IVpnPlugIn",
    "IVpnCustomPrompt",
    "IVpnRouteFactory",
    "VpnRoute",
    "IVpnNamespaceInfoFactory",
    "VpnNamespaceInfo",
    "IVpnInterfaceIdFactory",
    "VpnInterfaceId",
    "IVpnCredential",
    "VpnRouteAssignment",
    "VpnNamespaceAssignment",
    "VpnPickedCredential",
    "VpnPacketBuffer",
    "VpnChannelConfiguration",
    "VpnChannel",
    "VpnChannelActivityEventArgs",
    "VpnSystemHealth",
    "VpnDomainNameAssignment",
    "VpnChannelActivityStateChangedArgs",
    "IVpnCustomPromptElement",
    "VpnCredential",
    "VpnTrafficFilterAssignment",
    "IVpnChannelStatics",
    "IVpnPacketBufferFactory",
    "VpnAppId",
    "IVpnDomainNameInfoFactory",
    "VpnDomainNameInfo",
    "VpnTrafficFilter",
    "IVpnProfile",
    "VpnPacketBufferList",
    "VpnCustomEditBox",
    "VpnCustomPromptTextInput",
    "VpnCustomComboBox",
    "VpnCustomPromptOptionSelector",
    "VpnCustomTextBox",
    "VpnCustomPromptText",
    "VpnCustomCheckBox",
    "VpnCustomPromptBooleanInput",
    "VpnCustomErrorBox",
    "VpnPlugInProfile",
    "VpnNativeProfile",
    "VpnManagementAgent",
    "VpnDataPathType",
    "VpnChannelActivityEventType",
    "VpnCredentialType",
    "VpnPacketBufferStatus",
    "VpnChannelRequestCredentialsOptions",
    "VpnDomainNameType",
    "VpnAppIdType",
    "VpnIPProtocol",
    "VpnRoutingPolicyType",
    "VpnManagementConnectionStatus",
    "VpnNativeProtocolType",
    "VpnAuthenticationMethod",
    "VpnManagementErrorStatus",
    "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)",
    "Felix Rieseberg <felix@felixrieseberg.com> (https://www.felix.fun)"
  ],
  "gypfile": true,
  "license": "Apache-2.0"
}
