forked from slackapi/hubot-slack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.37 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
{
"name": "hubot-slack",
"version": "2.2.0",
"author": {
"name": "Tiny Speck",
"url": "https://www.tinyspeck.com/"
},
"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]"
}
],
"keywords": [
"hubot",
"tinyspeck",
"adapter",
"slack"
],
"description": "A Slack adapter for hubot",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
],
"repository": {
"type": "git",
"url": "git+http://github.com/gubber/hubot-slack.git"
},
"bugs": {
"url": "https://github.com/tinyspeck/hubot-slack/issues",
"email": "[email protected]"
},
"devDependencies": {
"coffee-script": "~1.7.1",
"grunt": "~0.4.1",
"grunt-release": "~0.6.0",
"should": "~2.0.2",
"mocha": "~1.13.0",
"hubot": "~2.6.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-shell": "~0.5.0"
},
"main": "./src/slack",
"engines": {
"node": ">=0.4.7"
},
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register --reporter spec"
}
}