-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
53 lines (53 loc) · 1.41 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
{
"name": "matrix-appservice-webhooks",
"version": "1.0.0",
"description": "Slack-compatible webhooks for Matrix",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/turt2live/matrix-appservice-webhooks.git"
},
"keywords": [
"matrix",
"appservice",
"webhook",
"webhooks",
"slack",
"bridge",
"integration"
],
"author": "Travis Ralston <[email protected]> (http://travisralston.me)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/turt2live/matrix-appservice-webhooks/issues"
},
"homepage": "https://github.com/turt2live/matrix-appservice-webhooks#readme",
"dependencies": {
"bluebird": "^3.5.2",
"body-parser": "^1.18.3",
"chalk": "^2.4.1",
"cheerio": "^1.0.0-rc.2",
"db-migrate": "^0.11.3",
"db-migrate-sqlite3": "^0.3.1",
"emojione": "^3.1.7",
"express": "^4.16.4",
"express-interceptor": "^1.2.0",
"lodash": "^4.17.13",
"matrix-appservice-bridge": "^2.6.0",
"matrix-js-snippets": "^0.2.8",
"mime": "^2.3.1",
"mkdirp": "^0.5.1",
"moment": "^2.29.2",
"node-emoji": "^1.8.1",
"parse-data-uri": "^0.2.0",
"pubsub-js": "^1.7.0",
"random-string": "^0.2.0",
"request": "^2.88.0",
"sequelize": "^4.40.0",
"sqlite3": "^4.0.2",
"striptags": "^3.1.1",
"uuid": "^3.3.0",
"winston": "^2.4.4"
},
"optionalDependencies": {}
}