UNPKG

ovsdb-js

Version:

A node.js library implementation of the ovsdb protocol.

51 lines (50 loc) 1.12 kB
{ "name": "ovsdb-js", "version": "0.0.11", "description": "A node.js library implementation of the ovsdb protocol.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/flowgrammable/ovsdb-js.git" }, "keywords": [ "OVSDB", "SDN", "Networking", "node" ], "contributors": [ { "name": "Jasson Casey" }, { "name": "Colton Chojnacki" } ], "license": "APL2", "bugs": { "url": "https://github.com/flowgrammable/ovsdb-js/issues" }, "homepage": "https://github.com/flowgrammable/ovsdb-js", "dependencies": { "commander": "^2.7.1", "jsonrpc-js": "~0.0.4", "underscore": "^1.8.3", "uuid": "^2.0.1" }, "devDependencies": { "chai": "^2.2.0", "expect.js": "^0.3.1", "grunt": "^0.4.5", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-jshint": "^0.11.1", "grunt-contrib-watch": "^0.6.1", "grunt-mocha-test": "^0.12.7", "grunt-shell": "^1.1.2", "jshint": "^2.6.3", "mocha": "^2.2.4" } }