windows.system
Version:
Use the Windows.System WinRT API directly from Node.js
39 lines (38 loc) • 983 B
JSON
{
"name": "windows.system",
"version": "0.1.6",
"description": "Use the Windows.System WinRT API directly from Node.js",
"main": "lib/main.js",
"scripts" : {
"install" : "node-gyp rebuild --msvs_version=2013"
},
"keywords": [
"Windows.System",
"Windows",
"System",
"LauncherUIOptions",
"LauncherOptions",
"Launcher",
"ProcessorArchitecture",
"VirtualKeyModifiers",
"VirtualKey",
"NodeRT",
"WinRT",
"Microsoft"
],
"optionalDependencies" : {
"windows.ui.popups" : "*",
"windows.foundation" : "*",
"windows.ui.viewmanagement" : "*",
"windows.storage" : "*"
},
"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"
}