-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 953 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
33
34
35
36
{
"name": "google-calendar-slack-status",
"version": "1.0.0",
"description": "Automatically sync your Google Calendar events to your Slack status",
"main": "index.js",
"scripts": {
"dev": "nodemon -r dotenv/config index.js"
},
"engines": {
"node": "8.9.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bjork24/google-calendar-slack-status.git"
},
"keywords": [],
"author": "Dan Chilton <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/bjork24/google-calendar-slack-status/issues"
},
"homepage": "https://github.com/bjork24/google-calendar-slack-status#readme",
"dependencies": {
"body-parser": "^1.19.0",
"emoji-regex": "^8.0.0",
"express": "^4.16.4",
"moment": "^2.24.0",
"morgan": "^1.9.1",
"node-emoji": "^1.10.0",
"slack": "^11.0.2"
},
"devDependencies": {
"dotenv": "^8.0.0",
"nodemon": "^1.19.0"
}
}