windows
Version:
A random but growing collection of utilities for Windows for Node.js
25 lines (24 loc) • 729 B
JSON
{
"author": "Brandon Benvie <brandon@bbenvie.com> (http://bbenvie.com)",
"name": "windows",
"description": "A random but growing collection of utilities for Windows for Node.js",
"tags": ["Windows", "win32", "registry", "regedit", "cmd", "fonts",
"utility", "os", "platform", "drive alias", "windows sdk"],
"version": "0.0.4",
"homepage": "https://github.com/Benvie/node-Windows",
"repository": {
"type": "git",
"url": "git://github.com/Benvie/node-Windows.git"
},
"main": "index.js",
"bin": {
"cwddrive": "./bin/cwddrive",
"makerunnable": "./bin/makerunnable"
},
"engines": {
"node": "0.6"
},
"dependencies": {},
"devDependencies": {},
"optionalDependencies": {}
}