forked from joelalejandro/dojo-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 859 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 859 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
{
"name": "dojo-bot",
"version": "0.0.3",
"description": "Bot para las dailies, con Slack.",
"main": "src/server.js",
"scripts": {
"test": "npx jest --config=jest.config.js",
"start:dev": "NODE_ENV=dev npm run start",
"start": "node src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joelalejandro/dojo-bot.git"
},
"keywords": [
"bot",
"slack",
"daily",
"scrum"
],
"author": "Mucha Gente",
"license": "MIT",
"bugs": {
"url": "https://github.com/joelalejandro/dojo-bot/issues"
},
"homepage": "https://github.com/joelalejandro/dojo-bot#readme",
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.3",
"sequelize": "^4.39.0",
"serverless-http": "^1.6.0",
"winston": "^3.1.0"
},
"devDependencies": {
"jest": "^23.6.0"
}
}