vibox
Version:
Node.js cli helper for VirtualBox management
50 lines (49 loc) • 1.03 kB
JSON
{
"name": "vibox",
"version": "0.1.1",
"description": "Node.js cli helper for VirtualBox management",
"keywords": [
"virtualbox",
"management",
"cli",
"tools",
"vboxmanage"
],
"homepage": "https://github.com/leny/vibox",
"author": {
"name": "Leny",
"email": "info@flatland.be",
"url": "http://flatland.be"
},
"repository": {
"type": "git",
"url": "https://github.com/leny/vibox.git"
},
"bugs": {
"url": "https://github.com/leny/vibox/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/leny/vibox/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"preferGlobal": "true",
"bin": {
"vibox": "bin/vibox.js"
},
"dependencies": {
"cli-color": "^0.3.2",
"commander": "^2.3.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-coffee": "^0.12.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1"
}
}