forked from slackapi/hubot-slack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 1.8 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "hubot-slack",
"version": "4.4.0",
"description": "A Slack adapter for hubot",
"main": "./slack",
"scripts": {
"test": "npm run mocha && istanbul report text-summary lcov",
"codecov": "codecov",
"mocha": "mocha --compilers coffee:coffee-script/register --require coffee-coverage/register-istanbul --reporter spec test"
},
"keywords": [
"hubot",
"tinyspeck",
"adapter",
"slack"
],
"author": "Slack Technologies, Inc.",
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/slackapi/hubot-slack.git"
},
"bugs": {
"url": "https://github.com/slackapi/hubot-slack/issues"
},
"dependencies": {
"@slack/client": "^3.4.0",
"chai": "^3.5.0",
"lodash": "^3.10.1"
},
"devDependencies": {
"coffee-coverage": "~1.0.1",
"coffee-script": "~1.7.1",
"codecov": "^2.3.1",
"grunt": "~0.4.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-watch": "~0.5.3",
"grunt-release": "~0.6.0",
"grunt-shell": "~0.5.0",
"hubot": "~2.19",
"istanbul": "^0.4.3",
"mocha": "~1.13.0",
"should": "~2.0.2"
},
"engines": {
"node": ">= 0.10.x",
"npm": ">= 1.1.x"
},
"contributors": [
{
"name": "Myles Grant",
"email": "[email protected]"
},
{
"name": "Evan Solomon"
},
{
"name": "Jon Dalberg"
},
{
"name": "Patrick Connolly"
},
{
"name": "Chip Hayner",
"email": "[email protected]"
},
{
"name": "Eric Lindvall",
"email": "[email protected]"
},
{
"email": "[email protected]",
"name": "D.E. Goodman-Wilson"
},
{
"email": "[email protected]",
"name": "John Agan"
},
{
"email": "[email protected]",
"name": "Ankur Oberoi"
}
]
}