ovsdb-client
Version:
Client to an OVS database
32 lines (31 loc) • 652 B
JSON
{
"author": {
"name": "Ihor Chumak",
"email": "developers@plvision.eu"
},
"repository": {
"type": "git",
"url": "https://github.com/plvisiondevs/ovsdb-client.git"
},
"name": "ovsdb-client",
"version": "1.0.1",
"description": "Client to an OVS database",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ovs",
"ovsdb"
],
"license": "MIT",
"dependencies": {
"async": "0.9.0",
"events": "1.0.1",
"node-uuid": "1.4.1",
"util": "0.10.3"
},
"devDependencies": {
"debug": "1.0.4"
}
}