-
Notifications
You must be signed in to change notification settings - Fork 73
/
Copy pathpackage.json
43 lines (43 loc) · 1.15 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
{
"name": "matrix-appservice-slack",
"version": "0.3.0-rc3",
"description": "A Matrix <--> Slack bridge",
"main": "app.js",
"scripts": {
"test": "jasmine-node tests --verbose --forceexit --captureExceptions",
"lint": "eslint app.js lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matrix-org/matrix-appservice-slack.git"
},
"keywords": [
"matrix-org",
"slack"
],
"author": "Matrix.org",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/matrix-org/matrix-appservice-slack/issues"
},
"homepage": "https://github.com/matrix-org/matrix-appservice-slack#readme",
"dependencies": {
"Slackdown": "Half-Shot/slackdown#efd8934a3d9c3bf0064c0b217c5cf6b62ee697e4",
"bluebird": "^3",
"chalk": "^2.4.1",
"matrix-appservice-bridge": "^1.9.0",
"matrix-js-sdk": "^0.5",
"minimist": "^1.2",
"nedb": "^1.8.0",
"randomstring": "^1",
"request-promise": "^3.0.0",
"uuid": "^3.3.2",
"winston": "^3.1.0",
"winston-daily-rotate-file": "^3.3.3",
"node-emoji": "^1.10.0"
},
"devDependencies": {
"eslint": "^1.4.3",
"jasmine-node": "^1.14.5"
}
}