hypervisor
Version:
creates and runs JS virtual machines.
24 lines (23 loc) • 487 B
JSON
{
"name": "hypervisor",
"version": "1.0.0",
"description": "creates and runs JS virtual machines. ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/rathath"
},
"keywords": [
"vm",
"hypervisor",
"virtualization",
"software-layers",
"network",
"rathath"
],
"author": "Abdennour TOUMI <http://abdennoor.com>",
"license": "MIT"
}