hubot-stackstorm
Version:
A hubot plugin for integrating with StackStorm event-driven infrastructure automation platform.
85 lines (84 loc) • 1.82 kB
JSON
{
"name": "hubot-stackstorm",
"description": "A hubot plugin for integrating with StackStorm event-driven infrastructure automation platform.",
"version": "0.13.0",
"author": "StackStorm, Inc. <info@stackstorm.com>",
"license": "Apache-2.0",
"keywords": [
"hubot",
"hubot-scripts",
"stackstorm",
"st2",
"automation",
"devops",
"chatops"
],
"type": "commonjs",
"repository": {
"type": "git",
"url": "git://github.com/StackStorm/hubot-stackstorm.git"
},
"bugs": {
"url": "https://github.com/StackStorm/hubot-stackstorm/issues"
},
"dependencies": {
"cli-table": "<=1.0.0",
"lodash": "^4.17.21",
"rsvp": "^4.8.4",
"st2client": "^1.2.6",
"truncate": "^2.0.1",
"uuid": "^3.0.0"
},
"peerDependencies": {
"hubot": ">= 11"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-string": "^1.5.0",
"eslint": "^5.16.0",
"eslint-plugin-notice": "0.7.8",
"gulp": "^3.9.1",
"gulp-eslint": "^5.0.0",
"gulp-load-plugins": "1.5.0",
"gulp-mocha": "^6.0.0",
"gulp-plumber": "^1.2.0",
"hubot": "^11",
"hubot-help": "^2.1.5",
"hubot-mock-adapter": "^1.1.1",
"log": "1.4.0",
"mocked-env": "^1.3.1",
"mversion": "^1.13.0",
"natives": "^1.1.6",
"nock": "^10.0.0",
"nyc": "^13.0.1",
"sinon": "^6.3.5",
"sinon-chai": "^3.2.0"
},
"main": "index.js",
"scripts": {
"eslint": "eslint .",
"test": "nyc mocha --exit"
},
"nyc": {
"temp-directory": "./coverage/.nyc_output",
"include": [
"src"
],
"exclude": [
"test"
],
"reporter": [
"html",
"text"
]
},
"engines": {
"node": ">=20.0"
},
"files": [
"/index.js",
"/src"
]
}