windows.security.authentication.web
Version:
Use the Windows.Security.Authentication.Web WinRT API directly from Node.js
36 lines (35 loc) • 966 B
JSON
{
"name": "windows.security.authentication.web",
"version": "0.1.6",
"description": "Use the Windows.Security.Authentication.Web WinRT API directly from Node.js",
"main": "lib/main.js",
"scripts" : {
"install" : "node-gyp rebuild --msvs_version=2013"
},
"keywords": [
"Windows.Security.Authentication.Web",
"Windows",
"Security",
"Authentication",
"Web",
"WebAuthenticationResult",
"WebAuthenticationBroker",
"WebAuthenticationStatus",
"WebAuthenticationOptions",
"NodeRT",
"WinRT",
"Microsoft"
],
"optionalDependencies" : {
"windows.foundation" : "*"
},
"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"
}