-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
53 lines (53 loc) · 1.25 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": "auto_standup",
"version": "1.0.0",
"description": "A slack bot that manages stand ups",
"main": "standup.js",
"scripts": {
"start": "DEBUG=onaautostandup node standup.js"
},
"authors": [
"Pharis Kahama <[email protected]>",
"Elly Kitoto <[email protected]>",
"Benjamin Mwalimu <[email protected]>",
"Kiragu Winnie <[email protected]>"
],
"license": "ISC",
"engines": {
"node": "8.12.0",
"npm": "6.7.0"
},
"dependencies": {
"@slack/client": "^4.12.0",
"@types/q": "^1.5.2",
"axios": "^0.18.1",
"bluebird": "^3.5.4",
"body-parser": "^1.17.1",
"cors": "^2.8.3",
"debug": "^3.2.6",
"express": "^4.16.4",
"is-empty": "^1.2.0",
"kue": "^0.11.6",
"kue-ui-express": "^1.1.1",
"moment": "^2.24.0",
"ontime": "0.0.6",
"postgres-migrations": "^3.0.2",
"promise": "^7.1.1",
"q": "^1.5.1",
"slackbots": "^1.2.0",
"slapp": "^3.3.0",
"sqlite3": "^4.1.1",
"tsscmp": "^1.0.6",
"types": "^0.1.1"
},
"devDependencies": {
"@types/crypto-js": "^3.1.43",
"@types/jasmine": "^3.3.12",
"@types/jasminewd2": "^2.0.6",
"@types/node": "^10.14.4",
"dotenv": "^6.2.0",
"ts-node": "^8.0.3",
"tslint": "^5.15.0",
"typescript": "^3.4.1"
}
}