UNPKG

node-vsphere-soap

Version:

interface to vSphere SOAP/WSDL from node for interfacing with vCenter or ESXi

36 lines (35 loc) 727 B
{ "name": "node-vsphere-soap", "version": "0.0.2-5", "description": "interface to vSphere SOAP/WSDL from node for interfacing with vCenter or ESXi", "main": "lib/client.js", "author": "reedog117", "scripts": { "test": "lab" }, "repository": { "type": "git", "url": "https://github.com/reedog117/node-vsphere-soap" }, "bugs": { "url": "https://github.com/reedog117/node-vsphere-soap/issues" }, "dependencies": { "lodash": "3.x.x", "soap": "0.8.0", "soap-cookie": "0.10.x" }, "devDependencies": { "code": "1.x.x", "lab": "5.x.x" }, "keywords": [ "vsphere", "vcenter", "api", "soap", "wsdl" ], "preferGlobal": false, "license": "MIT" }