windows.ui.viewmanagement
Version:
Use the Windows.UI.ViewManagement WinRT API directly from Node.js
46 lines (45 loc) • 1.23 kB
JSON
{
"name": "windows.ui.viewmanagement",
"version": "0.1.6",
"description": "Use the Windows.UI.ViewManagement WinRT API directly from Node.js",
"main": "lib/main.js",
"scripts" : {
"install" : "node-gyp rebuild --msvs_version=2013"
},
"keywords": [
"Windows.UI.ViewManagement",
"Windows",
"UI",
"ViewManagement",
"ApplicationView",
"ApplicationViewConsolidatedEventArgs",
"ApplicationViewSwitcher",
"ProjectionManager",
"InputPaneVisibilityEventArgs",
"InputPane",
"AccessibilitySettings",
"UISettings",
"ApplicationViewState",
"ApplicationViewOrientation",
"ApplicationViewSwitchingOptions",
"ViewSizePreference",
"HandPreference",
"UIElementType",
"NodeRT",
"WinRT",
"Microsoft"
],
"optionalDependencies" : {
"windows.ui.core" : "*",
"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"
}