-
Notifications
You must be signed in to change notification settings - Fork 73
/
Copy pathpackage.json
37 lines (37 loc) · 1.05 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
{
"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": {
"Slackdown": "Half-Shot/slackdown#efd8934a3d9c3bf0064c0b217c5cf6b62ee697e4",
"bluebird": "^3",
"matrix-appservice-bridge": "matrix-org/matrix-appservice-bridge#d47e96cd9f1b62103cfcae2a5f6fa27814457ec3",
"matrix-js-sdk": "^0.5",
"minimist": "^1.2",
"randomstring": "^1",
"request-promise": "^3.0.0"
},
"devDependencies": {
"eslint": "^1.4.3",
"jasmine-node": "^1.14.5"
}
}