forked from StackStorm/hubot-stackstorm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.33 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "hubot-stackstorm",
"description": "A hubot plugin for integrating with StackStorm event-driven infrastructure automation platform.",
"version": "0.2.5",
"author": "StackStorm, Inc. <[email protected]>",
"license": "Apache-2.0",
"keywords": [
"hubot",
"hubot-scripts",
"stackstorm",
"st2",
"automation",
"devops",
"chatops"
],
"repository": {
"type": "git",
"url": "git://github.com/StackStorm/hubot-stackstorm.git"
},
"bugs": {
"url": "https://github.com/StackStorm/hubot-stackstorm/issues"
},
"dependencies": {
"lodash": "~3.8.0",
"cli-table": "<=1.0.0",
"rsvp": "3.0.14",
"st2client": "~0.3.3",
"truncate": "^1.0.4"
},
"peerDependencies": {
"hubot": "2.x"
},
"devDependencies": {
"chai": "^3.0.0",
"chai-as-promised": "^5.1.0",
"coffee-script": "~1.7.1",
"gulp": "~3.8.11",
"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": "gult test",
"lint": "gulp lint"
},
"engines": {
"node": ">= 0.10.x"
}
}