-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1005 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1005 Bytes
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": "dashbot",
"version": "1.0.0",
"description": "Backend for a dashboard with different slack bot",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nikriek/dashbot.git"
},
"keywords": [
"bot"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/nikriek/dashbot/issues"
},
"homepage": "https://github.com/nikriek/dashbot#readme",
"dependencies": {
"bluebird": "^3.3.5",
"body-parser": "^1.15.0",
"botkit": "^0.1.1",
"connect-redis": "^3.0.2",
"cookie-parser": "^1.4.1",
"ejs-locals": "^1.0.2",
"express": "^4.13.4",
"express-session": "^1.13.0",
"mongodb": "^2.1.16",
"mongoose": "^4.4.13",
"node-uuid": "^1.4.7",
"passport": "0.3.2",
"passport-slack": "0.0.6",
"redis": "^2.5.3",
"request-promise": "^3.0.0",
"slack-client": "^2.0.4",
"ws": "^1.1.0"
}
}