UNPKG

hubot-vsphere-commands

Version:

A hubot script that allows users to interact with the vsphere-rest-api developed by quickjp2 on github.

38 lines (37 loc) 979 B
{ "name": "hubot-vsphere-commands", "description": "A hubot script that allows users to interact with the vsphere-rest-api developed by quickjp2 on github.", "version": "1.5.2", "author": " <john.paul.quicksall@gmail.com>", "license": "MIT", "keywords": "hubot, hubot-scripts, vmware", "repository": { "type": "git", "url": "git://github.com/quickjp2/vsphere-commands.git" }, "bugs": { "url": "https://github.com/quickjp2/vsphere-commands/issues" }, "dependencies": {}, "peerDependencies": { "hubot": "2.x" }, "devDependencies": { "chai": "^2.1.1", "coffee-script": "1.6.3", "grunt": "^0.4.5", "grunt-cli": "^0.1.13", "grunt-contrib-watch": "~0.6.1", "grunt-mocha-test": "~0.12.7", "grunt-release": "~0.11.0", "hubot": "2.x", "matchdep": "~0.3.0", "mocha": "^2.1.0", "sinon": "^1.13.0", "sinon-chai": "^2.7.0" }, "main": "index.coffee", "scripts": { "test": "grunt test" } }