simple-libvirt
Version:
A simple libvirt NodeJS wrapper
30 lines (29 loc) • 609 B
JSON
{
"name": "simple-libvirt",
"version": "0.0.1",
"author": {
"name": "Adrien Vasseur",
"email": "lanquemar@gmail.com",
"url": "http://github.com/lanquemar"
},
"description": "A simple libvirt NodeJS wrapper",
"keywords": [
"libvirt",
"simple",
"virt"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lanquemar/simple-libvirt.git"
},
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"gypfile": true,
"dependencies": {
"bindings": "^1.2.1",
"nan": "^2.6.2"
}
}