forked from bradleyboy/standbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 850 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
{
"name": "standbot",
"version": "1.0.0",
"description": "Scheduled standups in Slack.",
"main": "index.js",
"private": true,
"dependencies": {
"@slack/rtm-api": "^5.0.5",
"@slack/web-api": "^5.11.0",
"emojify.js": "^1.1.0",
"markdown-it": "^7.0.0",
"moment-timezone": "^0.4.1",
"node-emoji": "^1.0.3",
"node-fetch": "^1.3.3",
"nodemailer": "^1.7.0",
"nodemailer-sendmail-transport": "^1.0.0",
"sequelize": "^3.10.0",
"sequelize-json": "^2.1.2",
"sqlite3": "^4.2.0",
"unique-random-array": "^1.0.0"
},
"devDependencies": {
"babel": "^5.8.23"
},
"scripts": {
"start": "DEBUG=true babel-node index.js",
"reset": "babel-node reset.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Brad Daily <brad.daily@gmail.com>",
"license": "MIT"
}