{
"name": "vboxmanage",
"version": "0.0.16",
"author": {
"name": "Websecurify",
"email": "contact@websecurify.com"
},
"description": "VBoxManage wrapper library.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/websecurify/node-vboxmanage.git"
},
"keywords": [
"virtualbox",
"VBoxManage"
],
"main": "./index.js",
"directories": {
"lib": "./lib/"
},
"dependencies": {
"stream-buffers": "0.2.5",
"async": "0.2.9",
"logsmith": "0.0.2"
},
"devDependencies": {
"coffee-script": "1.6.3"
},
"readme": "\t\n\t__ ______ ______ ____ __ _ _ _____ ______ \n\t\\ \\ / / _ \\ / __ \\ \\ / / \\/ | /\\ | \\ | | /\\ / ____| ____|\n\t \\ \\ / /| |_) | | | \\ V /| \\ / | / \\ | \\| | / \\ | | __| |__ \n\t \\ \\/ / | _ <| | | |> < | |\\/| | / /\\ \\ | . ` | / /\\ \\| | |_ | __| \n\t \\ / | |_) | |__| / . \\| | | |/ ____ \\| |\\ |/ ____ \\ |__| | |____ \n\t \\/ |____/ \\____/_/ \\_\\_| |_/_/ \\_\\_| \\_/_/ \\_\\_____|______|\n\t\n\tby Websecurify\n\t\n\nThis library provides a collection of functions to interact with VirtualBox via its command-line interface VBoxManage. The library is written in CoffeeScript for better readability and because if some idiomatic expressions, which make writting this type of code slightly easier and less error-prone. However, you can use the library from JavaScript just as well. See [Vortex](https://github.com/websecurify/node-vortex) as an example.\n\n# Documentation\n\nThe library is self-documented with [closure](https://developers.google.com/closure/compiler/docs/js-for-compiler)-style comments embedded directly into the source code.\n",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/websecurify/node-vboxmanage/issues"
},
"homepage": "https://github.com/websecurify/node-vboxmanage",
"_id": "vboxmanage@0.0.16",
"_shasum": "6632a404f1cf8227afdf2ac759b8a15128f56172",
"_resolved": "git+https://github.com/nuxlli/node-vboxmanage#a908beb294abe8711854a3f5f37bfe38562be788",
"_from": "vboxmanage@git+https://github.com/nuxlli/node-vboxmanage"
}