-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
37 lines (37 loc) · 971 Bytes
/
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
{
"name": "hubot-mattermost",
"version": "1.0.7",
"description": "A hubot adapter for mattermost",
"homepage": "https: //github.com/renanvicente/hubot-mattermost#readme",
"main": "src/mattermost.coffee",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/renanvicente/hubot-mattermost.git"
},
"bugs": {
"url": "https://github.com/renanvicente/hubot-mattermost/issues"
},
"keywords": [
"hubot",
"mattermost",
"bot",
"adapter",
"webhook"
],
"author": {
"name": "Renan Vicente",
"email": "renanvice@gmail.com",
"url": "https://github.com/renanvicente"
},
"license": "MIT",
"dependencies": {
"parent-require": "^1.0.0"
},
"devDependencies": {
"coffee-script": ">=1.2.0",
"hubot": ">=2.3.0"
}
}