forked from matrix-org/matrix-appservice-slack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 993 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": "matrix-appservice-slack",
"version": "0.1.0",
"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": {
"bluebird": "^3",
"request-promise": "^3.0.0",
"matrix-appservice-bridge": "matrix-org/matrix-appservice-bridge#ca40ff5",
"matrix-js-sdk": "^0.5",
"minimist": "^1.2",
"randomstring": "^1",
"slackdown": "^0.1.1"
},
"devDependencies": {
"eslint": "^1.4.3",
"jasmine-node": "^1.14.5"
}
}