UNPKG

hubot-stackstorm-auth

Version:

A hubot plugin for integrating with StackStorm event-driven infrastructure automation platform with role based auth.

61 lines (60 loc) 1.44 kB
{ "name": "hubot-stackstorm-auth", "description": "A hubot plugin for integrating with StackStorm event-driven infrastructure automation platform with role based auth.", "version": "1.1.5", "author": "Silver Blueprints, LLC. <admin@silverblueprints.com>", "license": "Apache-2.0", "keywords": [ "hubot", "hubot-scripts", "auth", "stackstorm", "st2", "automation", "devops", "chatops" ], "repository": { "type": "git", "url": "git@github.com:silverbp/hubot-stackstorm-auth.git" }, "bugs": { "url": "https://github.com/silverbp/hubot-stackstorm-auth/issues" }, "dependencies": { "lodash": "~3.8.0", "cli-table": "<=1.0.0", "rsvp": "3.0.14", "st2client": "^0.4.3", "truncate": "^1.0.4", "node-uuid": "~1.4.0" }, "peerDependencies": { "hubot": "2.x" }, "devDependencies": { "chai": "^3.0.0", "chai-as-promised": "^5.1.0", "coffee-script": "~1.7.1", "gulp": "^3.9.0", "gulp-jshint": "^1.9.0", "gulp-mocha": "^1.1.1", "gulp-plumber": "^0.6.6", "hubot": "^2.11.4", "hubot-help": "^0.1.1", "hubot-mock-adapter": "~1.0.0", "jshint": "^2.7.0", "jshint-stylish": "^2.0.0", "log": "1.4.0", "nock": "^0.50.0", "sinon": "^1.17.1", "sinon-chai": "^2.8.0" }, "main": "index.js", "scripts": { "test": "node_modules/.bin/gulp" }, "engines": { "node": ">= 0.12.x" } }