-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 889 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
38
39
40
41
{
"name": "opentmi-slack",
"version": "0.1.0",
"description": "OpenTMI slack addon",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/OpenTMI/opentmi-slack.git"
},
"keywords": [
"opentmi",
"test",
"automation",
"management",
"slack"
],
"author": "Jussi Vatjus-Anttila <[email protected]>",
"license": "MIT",
"readmeFilename": "README.md",
"opentmi": {
"id": "slack",
"title": "Slack",
"type": "provider",
"hosted": true,
"config": {
"controller": "SlackCtrl"
}
},
"devDependencies": {},
"dependencies": {
"@slack/client": "^3.15.0",
"bluebird": "^3.5.1",
"invariant": "^2.2.2",
"json-templates": "^1.9.0",
"lodash": "^4.17.4",
"mongoose": "^5.3.9",
"nconf": "^0.10.0",
"opentmi-addon": "github:opentmi/opentmi-addon"
}
}